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
Can we distribute function templates and class templates in object libraries?
What is the difference between an external iterator and an internal iterator?
Differentiate between late binding and early binding.
What is main function in c++ with example?
What are the various compound assignment operators in c++?
If I is an integer variable, which is faster ++i or i++?
Why do we use double in c++?
How is c++ used in the real world?
Is c++ a float?
Difference between pointer to constant and constant pointer to a constant. Give example.
Explain the static storage classes in c++.
Array base access faster or pointer base access is faster?
Is c the same as c++?
What is an inline function in c++?
What is difference between array and vector in c++?