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 |
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What is the difference between Char a[ ]=”string” and char *a=”String”
how to explain our contribution in the project?
State the difference between pre and post increment/decrement operations.
What is microsoft c++ redistributable?
Describe the process of creation and destruction of a derived class object?
How does com provide language transparency?
What does h mean in maths?
Define basic type of variable used for a different condition in C++?
Is c the same as c++?
Search for: what is pair in c++?
We use library functions in the program, in what form they are provided to the program?