what is data Abstraction? and give example
Answer Posted / sunny verma
abstraction means act of represeting essential features
without including background detail and explanation.
The classes uses the concept of data abstraction called
Abstract data Type(ADT)
Clases defines the list of abstract attribute may be
size,weight,cost and function to operate on these
attributes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between an inspector and a mutator ?
What is polymorphism and its type in c++?
What is the difference between object-oriented programming and procedural programming?
Is map ordered c++?
Why cstdlib is used in c++?
What is the use of lambda in c++?
What is an object in c++?
What is static in c++?
What is time_t c++?
Is c++ a good first language to learn?
Who created c++?
Which software is best for programming?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How is static data member similar to a global variable?
When does a 'this' pointer get created?