what is data Abstraction? and give example
Answer Posted / abhishek
Data abstraction is a process of data hiding,i.e using the
the methods without knowing the implementation behind it;as
the implementation or logic is hidden for the outer world.
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
What programming language should I learn first?
State the difference between delete and delete[].
Write about the role of c++ in the tradeoff of safety vs. Usability?
What do you mean by storage classes?
How do you establish an is-a relationship?
What is the latest c++ standard?
What is difference between array and vector in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What is auto type c++?
What are c++ stream classes?
List the issue that the auto_ptr object handles?
What does it mean to declare a member function as virtual?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is a manipulator in c++?
Write a function that swaps the values of two integers, using int* as the argument type?