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
Why main function is special in c++?
Write about the members that a derived class can add?
Which programming language is best?
Is there structure in c++?
What is the difference between interpreters and compilers?
Explain selection sorting?
What are iterators in c++?
Can we use this pointer inside static member function?
What is istream and ostream in c++?
How would perform Pattern Matching in C++?
How many keywords are used in c++?
Can circle be called an ellipse?
Differentiate between structure and class in c++.
What is type of 'this' pointer? Explain when it is get created?
How is data hiding achieved in c++?