Question: Title: Lab 8.1.3 Adding Methods Section Reference 1: 8.5 Implementing Instance Methods 3) Now that we have a Door class, we would like to be
Title: Lab 8.1.3 Adding Methods Section Reference 1: 8.5 Implementing Instance Methods 3) Now that we have a Door class, we would like to be able to create some boor objects. Java constructors are components of a class whose purpose is to create objects of the givenc provides a constructor with no arguments (the "default" constructor) for every class and the Door class is no exception. Unfortunately, the default constructor that Java provides initializes the state and name variables to null. This is unacceptable. Add a constructor for the Door class Because we want to use the constructor outside of the class, make the public. that receives two arguments: the name of the door and its initial state. access modifier for the constructor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
