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
What is function prototyping? What are its advantages?
What is the difference between function overloading and operator overloading?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is the best c c++ compiler for windows?
How do you add an element to a set in c++?
Comment on local and global scope of a variable.
What relational operators if statements in c++?
What is the full form nasa?
Write a note about the virtual member function?
What are c++ templates used for?
Is c++ pass by reference or value?
Is sorted c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the difference between an enumeration and a set of pre-processor # defines?
what is C++ exceptional handling?