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
Is c++ a good first language to learn?
Explain what is polymorphism in c++?
How can we read/write Structures from/to data files?
How does list r; differs from list r();?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is vectorial capacity?
If you don’t declare a return value, what type of return value is assumed?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is an undefined reference/unresolved external symbol error and how do I fix it?
Where do I find the current c or c++ standard documents?
Is c++ a software?
What do you mean by stack unwinding in c++?
Explain linked list using c++ with an example?
What is a set in c++?
Can a program run without main?