what is data Abstraction? and give example
Answer Posted / saranya
data abstraction is the process of representing the
essential features not including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are separators in c++?
What is the main purpose of overloading operators?
How do you differentiate between overloading the prefix and postfix increments?
What is ios class in c++?
What is a wchar_t in c++?
Write a Program to find the largest of 4 no using macros.
What is the use of endl?
What is virtual base class uses?
In c++, what is the difference between method overloading and method overriding?
Explain object slicing in c++?
What are protected members in c++?
Do the parentheses after the type name make a difference with new?
If a header file is included twice by mistake in the program, will it give any error?
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 meant by iomanip in c++?