what is data Abstraction? and give example
Answer Posted / ravin
data abstraction is a method to represent essential features of a data without including background details or unimportant matter.
a function/process used to define the use of this data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a set in c++?
What do you mean by function pointer?
What is a c++ vector?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Write a program which employs Recursion
What is a constructor in c++ with example?
What are associate containers?
Is string an object in c++?
What is the standard template library (stl)?
what is a class? Explain with an example.
Which c++ compiler is best?
What is an iterator class in c++?
What does it mean to declare a destructor as static?
What is meant by the term name mangling in c++?
What is an inclusion guard?