What is abstraction in c++?


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

Post New Answer

More C++ General Interview Questions

What is #include cstdlib in c++?

0 Answers  


What is malloc in c++?

0 Answers  


What is a container class?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


How many types of modularization are there in c++?

0 Answers  






What is the difference between strcpy() and strncpy()?

0 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 Answers   Microsoft,


Can you overload the operator+ for short integers?

0 Answers  


What is the use of :: operator in c++?

0 Answers  


What are the types of container classes?

0 Answers  


Categories