Answer:
Constructor is a special type of function which is
available for every class.
Constructors can be used to create a object in different
forms.
Constructors can be used to execute a statements when
object is creating.
Constructors can be used to intialized the object
properties.
available for every class.
Constructors can be used to create a object in different
forms.
Constructors can be used to execute a statements when
object is creating.
Constructors can be used to intialized the object
properties.
Previous Question | Next Question |
How to handle exceptions without using try,catch,throw, and log4j? | What is swing and jsp. Where we use swings and jsp? |