what is data Abstraction? and give example
Answer Posted / kusum
Abstraction is a process to recognize and focussing on
importent characterstics of a situation or objet and
leaving/filtering out the unwanted characterstics of the
situation or object.
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
What is c++ similar to?
What are put and get pointers?
In c++, what is the difference between method overloading and method overriding?
Can you sort a set c++?
Explain dangling pointer.
What is c++ 11 and c++ 14?
What is the best c++ compiler?
Explain the scope of resolution operator.
Differentiate between realloc() and free().
What is ios flag in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is a dangling pointer in c++?
Is std :: string immutable?
Why do we need templates?
What is &x in c++?