Explain abstraction.


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

Post New Answer

More C++ General Interview Questions

What is the function of the keyword ‘volatile’ in C++?

1 Answers  


What is the handle class?

1 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


Is rust better than c++?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


What is polymorphism & list its types in c++?

0 Answers  


Explain selection sorting?

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Why do we use classes in c++?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


What is a lambda function c++?

0 Answers  


Categories