what is data Abstraction? and give example
Answer Posted / kiribati
Abstraction is the process of capturing the essential or
distinguishing features of
something while suppressing or ignoring the detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a pointer how and when is it used?
What is the use of 'using' declaration in c++?
List down the guideline that should be followed while using friend function.
Explain how to initialize a const data member.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is the latest c++ standard?
What do you mean by storage classes?
Show the declaration for a pointer to function returning long and taking an integer parameter.
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How can you quickly find the number of elements stored in a dynamic array?
Is java made in c++?
What do you understand by pure virtual function? Write about its use?
Why is it necessary to use a reference in the argument to the copy constructor?
What are pointer-to-members in C++? Give their syntax.
When one must use recursion function? Mention what happens when recursion functions are declared inline?