what is data Abstraction? and give example
Answer Posted / apoorva
It is the process of hiding the complexity and inner
workings of a class, so that users dont have to know how it
operates.
For example- You dont have to know how a tv works if you
only wanted to view a picture.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an overflow error?
Is c++ fully object oriented?
What is implicit conversion/coercion in c++?
Explain container class.
Explain "const" reference arguments in function?
What is #include iostream in c++?
How will you call C functions from C ++ and vice-versa?
How does a C++ structure differ from a C++ class?
Which field is used in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is object oriented programming (oop)?
How to implement is-a and has-a class relationships?
Why c++ is faster than java?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Do the names of parameters have to agree in the prototype, definition, and call to the function?