posted 21 years ago
Its giveing me these errors "Class Employee should be declared abstract; it does not define method fullname() in class Employee at line 128"
andClass Customer should be declared abstract; it does not define method fullname() in class Customer at line 161. There not suppose to be abstrac just the Person class is.