what is data Abstraction? and give example
Answer Posted / kuldeep singh
data abstraction is the object oriented programming feature
it will refer the essential details and not include the
internal details .and user defined data types introduced
like as a any class .example -----drive a car. 2. index of
book . 3. internal activities in human beings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to use a new for the reallocation of pointers ?
What is virtual base class uses?
Is recursion allowed in inline functions?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Explain linear search.
Does c++ support multilevel and multiple inheritances?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the difference between the parameter to a template and the parameter to a function?
Is turbo c++ free?
What do you mean by funtion prototype?
What is using namespace std in cpp?
Why do we use classes in c++?
What are advantages of using friend classes?
What are c++ storage classes?
Is it possible to get the source code back from binary file?