what is data Abstraction? and give example
Answer Posted / neha gupta
data abstraction is the process of extracting the relevant
properties of an object while ignoring non-essential
details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a template in c++?
How can an improvement in the quality of software be done by try/catch/throw?
Difference between overloading vs. Overriding
Why is c++ still used?
What does new return if there is insufficient memory to make your new object?
What is overloading unary operator?
What is the object serialization?
how to access grid view row?
What you know about structures in C++?
Does c++ have arraylist?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is a base class?
Why the usage of pointers in C++ is not recommended ?
Is oops and c++ same?
What is the difference between multiple and multilevel inheritance in c++?