Java - Inheritance
You have a class
Employee with fields name and salary. You want to create a class Manager that adds a department field and reuses Employee code. How should you use inheritance here?