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 the difference between *p++ and (*p)++ ?
Explain how to initialize a const member data.
What is #include cstdlib in c++?
Show the declaration for a static member variable.
Define copy constructor.
Write about the various sections of the executable image?
Should I learn c or c++ first?
Describe the syntax of single inheritance in C++?
Can a function take variable length arguments, if yes, how?
What is general format for a prototype?
What do you mean by ‘void’ return type?
What are the advantages of c++?
Are strings mutable in c++?
Which coding certification is best?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?