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 is flush programming?
What are the basics of local (auto) objects?
List the issue that the auto_ptr object handles?
What is a syntax in c++?
Is arr and &arr are same expression for an array?
What is dev c++ used for?
What does the ios::ate argument do?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the v-ptr?
Explain about Virtual Function in C++?
Should I learn c or c++ first?
Define a nested class.
What is the type of 'this' pointer?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Explain virtual destructor?