what is data Abstraction? and give example
Answer Posted / prathiba
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 1531 Yes | 140 No |
Post New Answer View All Answers
Why do we learn c++?
Is c++ still in demand?
Why iomanip is used in c++?
What is the difference between equal to (==) and assignment operator (=)?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are the advantages of early binding?
Discussion on error handling of C++ .
What is the use of pointer in c++ with example?
What is an inclusion guard?
What is object oriented programming (oop)?
Is overriding possible in c++?
Explain stack unwinding.
How do you flush std cout?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the difference between the compiler and the preprocessor?