A student has created a Liquid class. The class contains variables to represent the following. A double variable called boilingPoint to represent the boiling point of the liquid. A double variable called freezingPoint to represent at what temperature the liquid will freeze. A boolean variable called hasFrozen to indicate whether the liquid is now frozen. The object liquid1 will be declared as type Liquid. Which of the following statements is accurate?

a. An instance of a Liquid object is hasFrozen.
b. An instance of the liquid1 class is Liquid.
c. An attribute of boilingPoint object is double.
d. An attribute of freezingPoint is liquid1.


An attribute of the liquid1 object is freezingPoint.

Respuesta :

Answer:

b. An instance of the liquid1 class is Liquid.

I hope this helped!!!!!!

The object liquid1 will be declared as type Liquid the following statement is accurate is that b. An instance of the liquid1 class is Liquid.

What is coding?

Coding, on occasion known as pc programming, is how we speak with computer systems. Code tells a pc what movements to take, and writing code is like growing fixed of instructions.

An instance of the liquid1 class is Liquid i the statement taht is accurate as clearly defines an attribute of the liquid1 object is freezingPoint.

Read more about the coding:

https://brainly.com/question/22654163

#SPJ2