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
Are there interfaces in c++?
Is there any function that can skip certain number of characters present in the input stream?
Should the member functions which are made public in the base class be hidden?
What is lazy initialization in c++?
Which software is used to run c++ program?
Do vectors start at 0?
What is dev c++ used for?
Specify some guidelines that should be followed while overloading operators?
Refer to a name of class or function that is defined within a namespace?
What is an adjust field format flag?
Can I learn c++ without learning c?
What is c++ stringstream?
What is a pointer how and when is it used?
Why struct is used in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.