Specifications

Sun Services
Java™ Programming Language
Module 6, slide 8 of 43
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Single Inheritance
Manager
+department : String = ""
Employee
+name : String = ""
+salary : double
+birthDate : Date
Director
+carAllowance : double
Engineer Secretary
+getDetails() : String
+increaseAllowance()