what is data Abstraction? and give example
Answer Posted / deep shah
"Abstraction refers to the act of represent essential features without including the background details or explanation".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is #include ctype h in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What do you mean by delegate? Can a user retain delegates?
What are the important differences between c++ and java?
What would happen on forgetting [], while deallocating an array through new?
How do you establish a has-a relationship?
How many characters are recognized by ANSI C++?
What does n mean in c++?
What are the operators in c++?
How to get the current position of the file pointer?
List down the guideline that should be followed while using friend function.
Explain function overloading and operator overloading.
Are vectors faster than arrays?
Do you know the use of vtable?
Should the this pointer can be used in the constructor?