Completion requirements
Write a program to print the names of Employees by creating a Employee class. If no name is passed while creating an object of Employee class, then the name should be "Not Known", otherwise the name should be equal to the String value passed while creating object of Student class. [Use Constructor of Employee class]