what is data Abstraction? and give example
Answer Posted / jithin
Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the
program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ proprietary?
What is c++ 11 and c++ 14?
Will a catch statement catch a derived exception if it is looking for the base class?
Explain the difference between static and dynamic binding of functions?
Describe protected access specifiers?
What is the difference between the indirection operator and the address of oper-ator?
Comment on assignment operator in c++.
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
How is c++ different from java?
What is a stack c++?
What is the difference between equal to (==) and assignment operator (=)?
Differentiate between a template class and class template in c++?
Which compiler does turbo c++ use?
What is the syntax for a for loop?
What is c++ good for?