what is data Abstraction? and give example
Answer Posted / suraj
data abstraction is the way of hiding complexity related
with data from end users
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between a copy constructor and an assignment operator.
Is swift faster than c++?
What is the difference between multiple and multilevel inheritance in c++?
Explain function overloading and operator overloading.
Write about the access privileges in c++ and also mention about its default access level?
What is a manipulative person?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What kind of problems can be solved by a namespace?
What is the difference between the functions rand(), random(), srand() and randomize()?
Define private, protected and public access control.
If there are two catch statements, one for base and one for derived, which should come first?
What is a tuple c++?
What is the most common mistake on c++ and oo projects?
what is data abstraction in C++?
Why do we need function?