what is data Abstraction? and give example
Answer Posted / mrk
Data Abstraction is the process of representing the essential features without including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are member functions used in c++?
Explain differences between alloc() and free()?
Describe linkages and types of linkages?
Who made c++?
What is the insertion operator and what does it do?
Describe new operator and delete operator?
How do you define/declare constants in c++?
Define what is constructor?
What is endianness?
What is lambda expression c++?
What is c++ flowchart?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Which should be more useful: the protected and public virtuals?
What are references in c++?
How to allocate memory dynamically for a reference?