what is data Abstraction? and give example
Answer Posted / vishwajit kumar
data abstraction is a process of representing the essential
elements,hiding the back ground details.
| Is This Answer Correct ? | 95 Yes | 27 No |
Post New Answer View All Answers
What do you understand by pure virtual function? Write about its use?
Can class objects be passed as function arguments?
How is computer programming useful in real life?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Define 'std'.
Explain method of creating object in C++ ?
What is while loops?
How a new operator differs from the operator new?
What is the C-style character string?
How to get the current position of the file pointer?
Can you Mention some Application of C/C++?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are the advantages of using a pointer?
What are static variables?
What do you mean by function overriding & function overloading in c++?