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
Using a smart pointer can we iterate through a container?
Difference between strdup and strcpy?
Can a program run without main in c++?
Explain the purpose of the keyword volatile.
What is rtti in c++?
How the endl and setw manipulator works?
Are strings immutable in c++?
Why c++ is better than c language?
Can I make ios apps with c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
what is Member Functions in Classes?
If you don’t declare a return value, what type of return value is assumed?
What is command line arguments in C++? What are its uses? Where we have to use this?
Why do we use constructor?
Write a struct time where integer m, h, s are its members?