Question: Class Beverage java.lang.Object Beverage Direct Known Subclasses: Coffee, Tea public class Beverage extends java.lang.object The Beverage dass is the base class for all items sold

 Class Beverage java.lang.Object Beverage Direct Known Subclasses: Coffee, Tea public class
Beverage extends java.lang.object The Beverage dass is the base class for all
items sold in a coffee shop. It contains the two things that
all drink products have, a name and number Field Summary Fields Modifier
and Type private java.lang.String beverageName Field and Description The name of the
beverage private int beverageNumber The number of the beverage. MAXIMUM BEVERAGE NUMBER
The largest allowed value for a beverage private static int number, set
to 9999. private static int MINIMUM BEVERAGE NUMBER The smallest allowed value
for a beverage number, set to 1000. Constructor Summary Constructors Constructor and
Description Beverage(java.lang.String beverageNameIn, int beverageNumberIn) Beverage constructor used to create a new
beverage. Method Summary All Methods Instance Methods Concrete Methods
image text in transcribed

Class Beverage java.lang.Object Beverage Direct Known Subclasses: Coffee, Tea public class Beverage extends java.lang.object The Beverage dass is the base class for all items sold in a coffee shop. It contains the two things that all drink products have, a name and number Field Summary Fields Modifier and Type private java.lang.String beverageName Field and Description The name of the beverage private int beverageNumber The number of the beverage. MAXIMUM BEVERAGE NUMBER The largest allowed value for a beverage private static int number, set to 9999. private static int MINIMUM BEVERAGE NUMBER The smallest allowed value for a beverage number, set to 1000. Constructor Summary Constructors Constructor and Description Beverage(java.lang.String beverageNameIn, int beverageNumberIn) Beverage constructor used to create a new beverage. Method Summary All Methods Instance Methods Concrete Methods

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!