what is data Abstraction? and give example
Answer Posted / parvathi
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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is a driver program?
Const char *p , char const *p What is the difference between the above two?
What are the five basic elements of a c++ program?
Write a note about the virtual member function?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What are virtual constructors/destructors?
What is difference between c++ 11 and c++ 14?
What is the use of map in c++?
Which operator cannot be overloaded c++?
Explain how overloading takes place in c++?
Do you know about C++ 11 standard?
Can you please explain the difference between using macro and inline functions?
Write about the local class and mention its use?
What are the characteristics of friend functions?