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 language is a dll written in?
What is the difference between the indirection operator and the address of oper-ator?
Definition of class?
What is using namespace std in c++?
What is implicit conversion/coercion in c++?
What is abstraction c++?
Define friend function.
What is a Default constructor?
What are the advantages of inheritance in c++?
make a middle node of doubly linklist to the top of the list
How can we access protected and private members of a class?
What is nested class in c++?