-
Create a class Employee
-
Define instance variables
-
Define at least 3 construtor (1 of them default constructor)
-
Declare non-static methods (3 or more)
-
Declare static methods (1 or more)
-
Create multiple objects from your Driver and test all your constructors and all your methods
HW 15 - Employee Java class
DUE