what is data Abstraction? and give example
Answer Posted / savin gahlawat
Act of representing essential data without displaying background details is known as data abstraction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If all is successful, what should main return a) 0 b) 1 c) void
Can I uninstall microsoft c++ redistributable?
Explain static and dynamic memory allocation with an example each.
What is the this pointer?
How do we implement inheritance in c++?
Define a nested class.
How would you differentiate between a pre and post increment operators while overloading?
What is abstract keyword in c++?
What are member functions used in c++?
What is switch case in c++ syntax?
Why is c++ so fast?
Define vptr.
Which one is a preferred language C or C++? Why?
State the difference between delete and delete[].
Distinguish between new and malloc and delete and free().