what is data Abstraction? and give example
Answer Posted / srija
abstraction is nothing but reprasenting essential futers
rather than including its background details
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a .lib file in c++?
Can we make copy constructor private in c++?
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?
What is name hiding in c++?
What is jump statement in C++?
How should a contructor handle a failure?
What is the extraction operator and what does it do?
Differentiate between the manipulator and setf( ) function?
What is the prototype of printf function?
What is class and structure in c++?
What does n mean in c++?
Explain the concept of copy constructor?
Tell me can a pure virtual function have an implementation?
What is a driver program?
What is flush c++?