Monday 9 July 2012

What is the diffence between Constructor and Method ?


constructor  :-
A constructor is a member function of a class that is used to create objects of that class. It has the same name as the class itself, has no return type, and is invoked using the new operator.

method :-
 A method is an ordinary member function of a class. It has its own name, a return type (which may be void), and is invoked using the dot operator. 

No comments:

Post a Comment

What is Map Collection?

A map collection refers to a set of maps that are compiled and organized for a specific purpose, such as research, education, or preservatio...