what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you differentiate between inheritance and implementation in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is using namespace std in c++?
Explain the use of virtual destructor?
Define a pdb file.
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Is the declaration of a class its interface or its implementation?
What is the size of a vector?
How are Structure passing and returning implemented by the compiler?
If there are two catch statements, one for base and one for derived, which should come first?
What is the average salary of a c++ programmer?
What is the cout in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is meant by the term name mangling in c++?
How will you call C functions from C ++ and vice-versa?