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 |
List the types of polymorphism in c++?
What are the various access specifiers in c++?
What's the best free c++ profiler for windows?
Explain function overloading
what is oops and list its features in c++?
Floating point representation and output seems to be compiler dependent?
Ask to write virtual base class code?
What is rvalue?
Do you know the problem with overriding functions?
How does c++ sort work?
What is a driver program?
What is the first name of c++?