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
Define a nested class. Explain how it can be useful.
Write a Program to find the largest of 4 no using macros.
How can I improve my c++ skills?
What is token c++?
Are vectors passed by reference c++?
What gives the current position of the put pointer?
How would you find out if a linked-list is a cycle or not?
Differentiate between a constructor and a destructor in c++.
What are the data types in c++?
What is the header file for setw?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is else if syntax?
What is the use of structure in c++?
How new/delete differs from malloc()/free?
What is pure virtual function?