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


Please Help Members By Posting Answers For Below Questions

What is a constant? Explain with an example.

739


What is a pointer how and when is it used?

796


What is the main use of c++?

793


How do you clear a map in c++?

820


Explain operator overloading.

817


What are associate containers?

804


What are all predefined data types in c++?

783


Can a class be static in c++?

812


Is there any difference between int [] a and int a [] in c++?

748


What is the meaning of string in c++?

787


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?

1026


Is C++ case sensitive a) False b) Depends on implementation c) True

809


Define a constructor - what it is and how it might be called (2 methods)?

815


What's the order in which the objects in an array are destructed?

1142


What is prototype in c++ with example?

731