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
Why should we use null or zero in a program?
How to demonstrate the use of a variable?
Write about the stack unwinding?
What is virtual base class?
What are abstract data types in c++?
When is the copy constructor called?
What is binary search in c++?
how to connect with oracle 9i with server in socket program in c/c++
What is tellg () in c++?
What is a namespace in c++?
Are there any special rules about inlining?
Explain selection sorting?
How much do coding jobs pay?
Who calls main function?
What are files in c++?