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
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is ofstream c++?
Are c and c++ different?
Does c++ have arraylist?
Explain the uses oof nested class?
Is java based off c++?
What is the basic structure of a c++ program?
Explain the pure virtual functions?
What do you mean by vtable and vptr in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
Out of fgets() and gets() which function is safe to use?
What is the size of integer variable?
How does a copy constructor differs from an overloaded assignment operator?
What is the difference between #import and #include?
What is the use of map in c++?