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 the full form of ios?
What are the four main data types?
Why use of template is better than a base class?
How to declare a function pointer?
What is a linked list in c++?
Program to check whether a word is a sub-string or not of a string typed
Can a list of string be stored within a two dimensional array?
What is #include cstdlib in c++?
What is the function to call to turn an ascii string into a long?
Explain terminate() function?
What is the best c++ compiler for windows 10?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the basic structure of c++ program?
What is a multiset c++?
What is atoi in c++?