Answer Posted / jithin

Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the
program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restrictions apply to constructors and destructors?

874


What do you mean by function pointer?

869


What is an inclusion guard?

889


What is function overloading c++?

815


Define pointers?

836


How many types of comments are there in c++?

789


Explain bubble sorting.

857


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

786


What does obj stand for?

881


When is the copy constructor called?

915


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

823


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

848


What is conditions when using boolean operators?

873


Do class declarations end with a semicolon?

831


Can a constructor return a value?

940