what is data Abstraction? and give example
Answer Posted / abelthom
data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the best c++ compiler?
What is the use of 'using' declaration in c++?
What is a character in c++?
What is the difference between a type-specific template friend class and a general template friend class?
How we can differentiate between a pre and post increment operators during overloading?
In c++, what is the difference between method overloading and method overriding?
Which of the following is evaluated first: a) && b) || c) !
What are the three forms of cin.get() and what are their differences?
What are the stages in the development cycle?
Differentiate between late binding and early binding.
What is meaning of in c++?
Is c++ an integer?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between mutex and binary semaphore?
What does ctime() do?