what is data Abstraction? and give example
Answer Posted / jaikant mishra
Data Abstraction refers to the act of representing
essential features without including its background details.
it is the selective examination of certain aspects of a
problem.the goal of abstraction is to isolate those apects
that are important for some purpose and surpress the other
that are unimportant.different abstraction for the same
thing are possible.
ex:
the information required by a carpenter for furnishing a
building is different from the information required by a
plumber or electrician for working on the same building
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a manipulative person?
What is a modifier in c++?
What is the difference between mutex and binary semaphore?
What is a multimap c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is virtual base class?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Why was c++ created?
why and when we can declar member fuction as a private in the class?
What is a container class? What are the types of container classes in c++?
What is wrapper class in c++?
What is #include iostream in c++?
what is C++ objects?
Explain this pointer?
Show the declaration for a static function pointer.