what is data Abstraction? and give example
Answer Posted / romeo
This is a DBMS mechanism,
whereby, the implementation/
background details are hidden
from the end users.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is null pointer and void pointer?
What is a rooted hierarchy?
Write about c++ storage classes?
Write about an iterator class?
What is the use of endl?
What is the difference between the parameter to a template and the parameter to a function?
How long will it take to learn programming?
How would you use the functions randomize() and random()?
What is iostream in c++ used for?
When do we run a shell in the unix system?
What are the c++ access specifiers?
Explain queue. How it can be implemented?
What are the different types of polymorphism in c++?
How a pointer differs from a reference?
What is virtual function? Explain with an example