what is data Abstraction? and give example
Answer Posted / byomakesh panda
The characteristics that allows program-data independence
and program-operation independence is called Data
Abstraction.
| Is This Answer Correct ? | 61 Yes | 89 No |
Post New Answer View All Answers
What are member functions used in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
what are Access specifiers in C++ class? What are the types?
Differentiate between a pointer and a reference with respect to c++.
Explain what happens when a pointer is deleted twice?
Explain what data encapsulation is in c++?
What is meaning of in c++?
Can a Structure contain a Pointer to itself?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Why is it necessary to use a reference in the argument to the copy constructor?
Should you pass exceptions by value or by reference?
What do you mean by translation unit in c++?
Explain how a pointer to function can be declared in C++?
What are the various arithmetic operators in c++?
What is the difference between passing by reference and passing a reference?