what is data Abstraction? and give example
Answer Posted / hafizul
Data abstraction is the process of recognizing and focusing
on important characteristics of an object and
leaving/filtering out the un-wanted characteristics of that
object.
Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What is a constant? Explain with an example.
What is a pointer how and when is it used?
What is the main use of c++?
How do you clear a map in c++?
Explain operator overloading.
What are associate containers?
What are all predefined data types in c++?
Can a class be static in c++?
Is there any difference between int [] a and int a [] in c++?
What is the meaning of string in 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?
Is C++ case sensitive a) False b) Depends on implementation c) True
Define a constructor - what it is and how it might be called (2 methods)?
What's the order in which the objects in an array are destructed?
What is prototype in c++ with example?