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
How do you sort a sort function in c++ to sort in descending order?
Describe private, protected and public?
Carry out conversion of one object of user-defined type to another?
Can we make copy constructor private in c++?
What flag means?
What is private inheritance?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is the protected keyword used for?
How can I improve my c++ skills?
What is c++ coding?
How many types of comments are there in c++?
What does iomanip mean in c++?
How a pointer differs from a reference?
Is c++ proprietary?
What is buffering in c++?