what is data Abstraction? and give example
Answer Posted / niranjan
Data Abstraction increases the power of programming language
by creating user defined data types.Data Abstraction also
represents the needed information in the program without
presenting the details.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is setfill c++?
What is a driver program?
When can I use a forward declaration?
What are the differences between java and c++?
Why the usage of pointers in C++ is not recommended ?
Explain the difference between c & c++?
List the advantages of inheritance.
Explain about templates of C++.
Is c++ an oop?
How to tokenize a string in c++?
How a new operator differs from the operator new?
List the special characteristics of constructor.
What is the advantage of an external iterator.
What is switch case in c++ syntax?
Can a new be used in place of old mallocq? If yes, why?