Unit 2 (Prog 5) : Constructors in java
Constructor Demo code… /* * 1. Constructor can use any return type. * 2. Constructor name must match the name of class. * 3. constructor must not have a return type. * 4. If you see a method with return type having same name as class than it is just a method. * 5. if… Read More »