Question: Glass (cup): liquid type, volume, fill, hot/cold Create a java class called Glass. Define at least two attributes for the Glass class (instance variables) Create
Glass (cup): liquid type, volume, fill, hot/cold
Create a java class called Glass.
Define at least two attributes for the Glass class (instance variables)
Create a main class to test your Glass.
GlassDemo.java
Define a constructor for your Glass class.
Test this in your main method.
Define at least three behaviors (methods) that your Glass can do.
Make setters and getters methods
Test this in your main method.
Must Use JAVA
must use Glass (cup): liquid type, volume, fill, hot/cold
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
