what is data Abstraction? and give example
Answer Posted / m.arul
Data abstraction is a process of representing the essential
features without including background properties(or)
implementation details.
| Is This Answer Correct ? | 67 Yes | 21 No |
Post New Answer View All Answers
What are the types of container classes?
How do you declare a set in c++?
What is the use of main function in c++?
Do you know about C++ 11 standard?
What is the best it certification?
Does c++ have a hash table?
What is an accessor in c++?
Explain friend class?
Can you declare an array without a size in c++?
What is the purpose of template?
Write about c++ storage classes?
What is the cout in c++?
Is it possible for a member function to delete the pointer, named this?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list