0
7.4kviews
Short note on Constructor and its types

Mumbai University > Information Technology > Sem 3 > Object Oriented Programming Methodology

Marks: 5 M

Year: May 2015

1 Answer
1
67views

Constructor in java is a special type of method that is used to initialize the object. Java constructor is invoked at the time of object creation. It constructs the values i.e. provides data for the object that is why it is known as constructor.

Java constructors are the methods which …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.