Answer Posted / babu

data abstraction is nothing but a special mechanism
is used to create user define data types with the help
of classes.
ex:
class student
{
student name;
student id;
student password;
}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the copy-and-swap idiom?

822


What is virtual destructor? What is its use?

793


What are the rules for naming an identifier?

781


What is public, protected, private in c++?

877


How much do coding jobs pay?

765


Explain the differences between private, public and protected and give examples.

777


What is class syntax c++?

851


What are the benefits of operator overloading?

897


what is upcasting in C++?

942


Explain deep copy?

802


What are stacks? Give an example where they are useful.

774


Write about an iterator class?

829


Is c++ slower than c?

795


Define a pdb file.

841


Who discovered c++?

750