what is data Abstraction? and give example
Answer Posted / hafizul
Data abstraction is the process of recognizing and focusing
on important characteristics of an object and
leaving/filtering out the un-wanted characteristics of that
object.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What is scope operator in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Is sorted c++?
What are pointer-to-members? Explain.
List the special characteristics of constructor.
What is the difference between an external iterator and an internal iterator?
Explain differences between new() and delete()?
What do you mean by volatile and mutable keywords used in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are guid?
Which function cannot be overloaded c++?
Difference between class and structure.
State two differences between C and C++.
When should we use container classes instead of arrays?
How can you quickly find the number of elements stored in a dynamic array?