what is data Abstraction? and give example
Answer Posted / ekta
data abstraction is act of representing essential features
without including background details or explaintation.
FOR EXAMPLE: SWITCH BOARD.. in this we only know that if we
press any switch any electric appliances start working but
we dont know the inner functionality of switch board like
its wire connection, line connection,and etc....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How should a contructor handle a failure?
What are the different types of polymorphism in c++?
What are features of c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What does #define mean in c++?
Explain how a pointer to function can be declared in C++?
Which is the best c++ compiler?
What do you mean by persistent and non persistent objects?
How do you flush a buffer in c++?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is a unnitialised pointer?
Are c and c++ similar?
What is an overflow error?
why is c++ called oops? Explain
What is the latest c++ version?