what is data Abstraction? and give example
Answer Posted / mansi
In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What would happen on forgetting [], while deallocating an array through new?
Who invented turbo c++?
What is the difference between function overloading and operator overloading?
What is a hashmap c++?
How are Structure passing and returning implemented by the compiler?
What are the advantages of using a pointer?
What is the use of typedef?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How can you tell what shell you are running on unix system?
What is an iterator?
What do you mean by “this” pointer?
What does scope resolution operator do?
What is c++ manipulator?
How can you create a virtual copy constructor?
Mention the ways in which parameterized can be invoked.