what is data Abstraction? and give example
Answer Posted / kiribati
Abstraction is the process of capturing the essential or
distinguishing features of
something while suppressing or ignoring the detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by const correctness?
What is while loops?
Do the parentheses after the type name make a difference with new?
Where are setjmp and longjmp used in c++?
Can user-defined object be declared as static data member of another class?
Explain differences between alloc() and free()?
What are protected members in c++?
Differentiate between the message and method in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is a multimap c++?
What is pointer with example?
What is different in C++, compare with unix?
What are the various arithmetic operators in c++?
Explain this pointer?
What is #include cstdlib in c++?