what is data Abstraction? and give example
Answer Posted / keshav.gadde
It is a mechanism to create new data types that include
several related operations to be performed on it and
attributes to suit the require ments of an application.In C++
class are written to prepare ADTs(Abstract data types)
| Is This Answer Correct ? | 19 Yes | 38 No |
Post New Answer View All Answers
What is the difference between a pointer and a link in c ++?
How are Structure passing and returning implemented by the compiler?
What is switch case in c++ syntax?
How can you link a c program with a c function?
Write about an iterator class?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What are advantages of using friend classes?
What is the purpose of extern storage specifier?
What is c++ good for?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Why do we use vector in c++?
What is encapsulation in c++?
What are shallow and deep copies?
Is there structure in c++?
What are c++ tokens?