what is data Abstraction? and give example
Answer Posted / ajit
data abstraction is the method of creating new user defined
data types
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Show the application of a dynamic array with the help of an example.
What are pointers used for c++?
How do you establish a has-a relationship?
What is c++ hash?
Name the debugging methods that are used to solve problems?
Discussion on error handling of C++ .
How many static variables are created if you put one static member into a template class definition?
What is pointer in c++ with example?
What is std namespace in c++?
Why do we need templates?
What is c strings syntax?
How do you define a class in c++?
What information can an exception contain?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
what is pre-processor in C++?