what is data Abstraction? and give example
Answer Posted / gomathi
Data Abstraction is an act of representing essential
details without including background details which is
unnecessary.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a function take variable length arguments, if yes, how?
Why pointer is used in c++?
What is a list c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Can I make ios apps with c++?
What is cin clear () in c++?
List the advantages of inheritance.
What is a wchar_t in c++?
What are the various storage classes in C++?
Why is it necessary to use a reference in the argument to the copy constructor?
Is c++ an integer?
Why struct is used in c++?
What is the best book for c++ beginners?
Explain the volatile and mutable keywords.
Why do we use constructor?