Exam (elaborations)
Inheritance in java programming
- Course
- Programming in java
- Institution
- Harvard University
Inheritance 1. Suppose the class named DiscountSale is a derived class of a class called Sale . Suppose the class Sale has instance variables named price and numberOfItems . Will an object of the class DiscountSale also have instance variables named price and numberOfItems ? 2. Suppose the cla...
[Show more]