What do you mean by abstraction. Explain your answer?
Answer Posted / subhrajit
abstraction is the method of show the necessary data and
hide the unnecessary data.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are advantages of using friend classes?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
In what situations do you have to use initialization list rather than assignment in constructors?
what is a reference variable in C++?
Explain selection sorting?
When there is a global variable and local variable with the same name, how will you access the global variable?
Explain about Virtual Function in C++?
Explain deep copy and a shallow copy?
In a function declaration what does extern means?
How do you clear a map in c++?
What are the stages in the development cycle?
Does c++ cost money?
What is c++ best used for?
Define Virtual function in C++.
What is the difference between global variables and static varables?