what is data Abstraction? and give example
Answer Posted / deep shah
"Abstraction refers to the act of represent essential features without including the background details or explanation".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the static storage classes in c++.
What is decltype c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Write a code/algo to find the frequency of each element in an array?
Difference between inline functions and macros?
What are compilers in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
In a function declaration what does extern means?
What is the role of copy constructor in copying of thrown objects?
Can create new c++ operators?
What is protected inheritance?
What are 2 ways of exporting a function from a dll?
What is functions syntax in c++?
What are the effects after calling the delete this operator ?
What's the order in which the objects in an array are destructed?