What do you mean by abstraction in C++?
Data abstraction is one of the most essential and important feature of object oriented programming in C++. Abstraction means displaying only essential information and hiding the details. A Class can decide which data member will be visible to outside world and which is not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a dynamic binding in c++?
What is called array?
What do you mean by friend class & friend function in c++?
Can a program run without main function?
Why do we use string in c++?
What is algorithm in c++ programming?
Do we have to use initialization list in spite of the assignment in constructors?
Differentiate between an external iterator and an internal iterator?
What is the best c++ ide?
Why do we need runtime polymorphism in c++?
How would you use the functions sin(), pow(), sqrt()?
What are move semantics?