Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- 11. Creating Class (a) Create a class named Employee. (b) Create variables as emp_number and emp_name inside the class . (c) Create a method named printEmployee which displays the Employee information inside it.