Inheritance based employee salary application to demonstrate Is-a relationship and Polymorphism.
Employee Class:
	Employee Id
	First Name
	Last Name
	// getter and setter
	// calculateSalary
Hourly worked
hourly rate
Salary: hours * rate
Overtime salary: hours * (1.5 * rate)
gross salary: salary + overtime
override calcualteSalary() 
has only Base salary
Base salary
total sales
commission rate