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 are shallow and deep copy?
Differentiate between realloc() and free().
What is enum c++?
What is tellg () in c++?
What is a container class?
How does the copy constructor differ from the assignment operator (=)?
What is the size of a vector?
What are enumerations?
What are register variables?
What is a stack c++?
Should I learn c or c++ or c#?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the use of pointer in c++ with example?
Is c++ a low level language?
Will c++ be replaced?