what is data Abstraction? and give example
Answer Posted / mrk
Data Abstraction is the process of representing the essential features without including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the decision making statements in C++? Explain if statement with an example?
What is the use of 'using' declaration in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the purpose of the "delete" operator?
How do you save a c++ program?
What is function overloading c++?
What is function overriding in c++?
How many different levels of pointers are there?
What is a constant reference?
What is namespace & why it is used in c++?
Define a conversion constructor?
When do we run a shell in the unix system?
Can we make copy constructor private in c++?
What is difference between class and function?
What is pointer to member?