what is data Abstraction? and give example
Answer Posted / rohan nimbalkar
Data Abstraction means hiding unnecessary information from
the user .
simple example :
consider the car,then does not require how the works
gear-box,how to work engine.etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a static member?
Do you know what are static and dynamic type checking?
How does list r; differs from list r();?
Is vector a class in c++?
What is the most useful programming language?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are the uses of typedef in a program?
What is the use of typedef?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Can a program run without main function?
Explain overriding.
What is the size of a vector?
What is boyce codd normal form in c++?
What is a literal in c++?
Do class method definitions?