What is constructor in Java with example?
Why do we need constructor?
Why do we need constructor
In todays video we are going to see what is constructor in java and how to create the constructor.
Some important points about the constructor are as below :
1. constructor name is same class name
2. no return type
3. If we don't create any constructor in class then JVM will create default constructor
4. overloading is allowed but overriding not allowed
#constructor #javaoppsconcepts #sjprogrammingsolutions