What is abstraction with real time example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Define what is constructor?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


Explain deep copy?

0 Answers  


What are the c++ access specifiers?

1 Answers  


What are the differences between a struct and a class in C++?

7 Answers   Amazon, Wipro,


Does c++ have finally?

0 Answers  


Is c++ free?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


Can a function take variable length arguments, if yes, how?

0 Answers  


Categories