what is data Abstraction? and give example
Answer Posted / anuj sharma
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Can constructor be private in c++?
What is a virtual destructor? Explain the use of it?
What is the best book for c++ beginners?
What is a list c++?
You want to link a c++ program to c functions. How would you do it?
Explain how to initialize a const data member.
Describe the process of creation and destruction of a derived class object?
What is a unnitialised pointer?
Can we get the value of ios format flags?
What is the difference between structure and class?
Eplain extern keyword?
Why pointer is used in c++?
Can create new c++ operators?
Out of fgets() and gets() which function is safe to use and why?