what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we run c program in turbo c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is the difference between a declaration and a definition?
Why we use #include conio h in c++?
How is data hiding achieved in c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Explain virtual class and friend class.
Difference between class and structure.
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.
What are different types of loops in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Why was c++ made?
Differentiate between an array and a list?
Comment on local and global scope of a variable.