题目
简答题
Consider the following inheritance hierarchy: If we run the following code, what is printed to the screen?

查看解析
标准答案
Please login to view
思路分析
First, I identify the class hierarchy and what each class does. There is an abstract class Drink with a protected name and price, and an abstract method getDiscount. The concrete subclasses Coffee and Beer override getDiscount to provide their own discount logic: Coffee multiplies the price by 0.5, while Beer subtracts 1 from the price. The constructors initialize name and price via su......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
You are given the following abstract class: And the following subclasses: and: Now if we run the following code and the user types in 'O', what is printed by the last call to System.out.println(...):
What is inheritance?
Question at position 8 What concept in object-oriented programming allows creating new classes that reuse code from existing classes?StaticGlobalInheritanceEncapsulationClear my selection
Base classes are also called
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!