what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to declare a pointer to an array of integers?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is the difference between multiple and multilevel inheritance in c++?
What is a constant reference?
Define pure virtual function?
What is operators in c++?
What is c++ library?
What is a storage class? Mention the storage classes in c++.
What is vector processing?
What is the difference between structures and unions?
Why struct is used in c++?
Can I run c program in turbo c++?
What are formatting flags in ios class?
Where is atoi defined?
What is the difference between C and CPP?