what is data Abstraction? and give example
Answer Posted / lucky
Absraction is the process of hiding certain details of how
the data is stored and maintained, and representing
essential features :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Which function cannot be overloaded c++?
Please explain the reference variable in c++?
Why is standard template library used?
What are keywords in c++?
How do I run c++?
Using a smart pointer can we iterate through a container?
What is cin clear () in c++?
Define a nested class.
Why pointer is used in c++?
Show the declaration for a static function pointer.
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is an incomplete type in c++?
What do you mean by storage classes?
What is a c++ object?