what is data Abstraction? and give example
Answer Posted / aarti pundir
Abstraction refers to the act of representing essential features without including the background details or explanations.
example: you driving a car.you only know esstential features to drive a car eg: gear handling,steering,clutch,acclerator,breaker etc
bt while driving do u get into onterenal details of car like wiring,motor working etc.u just change the gear or apply the breakes etc.what happening inside is hidden form u.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between list x; & list x();.
Is it possible to use a new for the reallocation of pointers ?
What is dynamic and static typing?
What should main() return in c and c++?
Explain data encapsulation?
What is virtual methods?
How a pointer differs from a reference?
How can you say that a template is better than a base class?
Why do we use structure in c++?
What is a map in c++?
Why is main function important?
What happens when the extern "c" char func (char*,waste) executes?
What is the difference between mutex and binary semaphore?
What is set in c++?
What is const in c++?