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

How much do c++ programmers make?

564


Why are arrays usually processed with for loop?

775


Explain what happens when a pointer is deleted twice?

733


What does it mean to declare a member function as static?

611


What does asterisk mean in c++?

585






If I is an integer variable, which is faster ++i or i++?

592


What is time_t c++?

608


what are the iterator and generic algorithms.

1483


What is the syntax for a for loop?

601


Distinguish between new and malloc and delete and free().

573


Will c++ be replaced?

552


What is increment operator in c++?

560


What is a tree in c++?

563


What is a far pointer? where we use it?

613


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

854