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 are the operators in c++?
How to give an alternate name to a namespace?
What is endl?
What is the syntax for a for loop?
How delete [] is different from delete?
How is objective c different from c++?
What is do..while loops structure?
Out of fgets() and gets() which function is safe to use and why?
What is data abstraction? How is it different from data encapsulation?
Is c++ still being used?
Mention the purpose of istream class?
When there is a global variable and local variable with the same name, how will you access the global variable?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is c++ virtual inheritance?