what is data Abstraction? and give example
Answer Posted / gomathi
Data Abstraction is an act of representing essential
details without including background details which is
unnecessary.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is this weird colon-member (" : ") syntax in the constructor?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
How do you write a function that can reverse a linked-list?
What are function prototypes?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Should I learn c or c++ first?
What is difference between malloc()/free() and new/delete?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What do you mean by ‘void’ return type?
What is c++ namespace?
What is private, public and protected inheritance?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Can c++ be faster than c?
What return value must conversion operators have in their declaration?
When should we use container classes instead of arrays?