View Single Post
Old 15-02-08, 08:09 PM   #9 (permalink)
Unregistered
Unregistered
 
Posts: n/a
Smile Re: Practice Question in JAVA

Quote:
Originally Posted by sowmya571 View Post
hello



5 What is the difference between METHODS and CONSTRUCTORS?



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.
consturctors are used to initialize the instances of a class.

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.
  Reply With Quote
 
45,000 Jobs - Get an Interview Call,  Post Your Resume Here