what is data Abstraction? and give example
Answer Posted / sachin
Data Abstraction is the process which represent essential
feature without implementation of details.
Ex. Soccer Ball, Ball is having same structure behavior
like common ball
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you decide which integer type to use?
How is c++ used in the real world?
List the special characteristics of constructor.
Why struct is used in c++?
What is the benefit of encapsulation?
Is c++ an integer?
What are member functions used in c++?
Can we overload operator in c++?
Can I learn c++ without learning c?
What is the difference between #define debug 0 and #undef debug?
How come you find out if a linked-list is a cycle or not?
What is the use of "new" operator?
Is c++ a pure oop language?
Is c# written in c++?
Define whitespace in C++.