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 does #define mean in c++?
What is encapsulation in c++?
How can you link a c program with a c function?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is rvalue?
What is the copy-and-swap idiom?
Write a program to add three numbers in C++ utilizing classes.
What is the difference between struct and class?
What is the use of this pointer in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is increment operator in c++?
Explain the pure virtual functions?
What is virtual methods?
What is function prototyping?
How many keywords are used in c++?