what is data Abstraction? and give example
Answer Posted / shivika
data abstraction refers to the act of representing
essential features without including the background details
or explanations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why c++ is faster than java?
What is a storage class used in c++?
What are the differences between the function prototype and the function defi-nition?
What do you mean by inheritance in c++?
How is data hiding achieved in c++?
Define stacks. Provide an example where they are useful.
Can constructor be private in c++?
Does c++ have foreach?
What is the standard template library (stl)?
How do you remove an element from a set in c++?
Can static member variables be private?
Do we have to use initialization list in spite of the assignment in constructors?
What is the difference between reference and pointer?
What is c++ library?
What are vtable and vptr?