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
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Eplain extern keyword?
Why was c++ made?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is function overriding in c++?
What is an incomplete type in c++?
Why is c++ is better than c?
Why should we use null or zero in a program?
How can an improvement in the quality of software be done by try/catch/throw?
What is #include ctype h in c++?
What is the difference between prefix and postfix versions of operator++()?
What is the use of string in c++?
How do you initialize a string in c++?
What is stream and its types in c++?
How is objective c different from c++?