what is data Abstraction? and give example
Answer Posted / guest
data abstraction is the process of representing essential
details not including inter nal details.example index of
the book
| Is This Answer Correct ? | 281 Yes | 50 No |
Post New Answer View All Answers
What is a friend function in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Can create new c++ operators?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Distinguish between new and malloc and delete and free().
Is java easier than c++?
What are friend classes? What are advantages of using friend classes?
Do inline functions improve performance?
Why do we use structure in c++?
Who invented turbo c++?
Can you please explain the difference between overloading and overriding?
Explain operator overloading.
What is the difference between structures and unions?
Difference between a copy constructor and an assignment operator.