Question: JAVA Create an Eclipse project called CourseRegistration. Create a POJO for Classroom. Create the following private attributes: building - String room Number - String campus
JAVA
Create an Eclipse project called CourseRegistration. Create a POJO for Classroom.
Create the following private attributes:
building - String
room Number - String
campus - String
type - String
capacity int
Create the getters & setters.
Create a toString( ) method.
Create a default, no-arg constructor.
Create a non-default constructor that takes in all the attributes.
Create a ClassroomTester with a main( ) method.
Create the following classrooms and print them out using the toString( ) 
CompSciLab ioLab Object Name Building Room Number 17 Campus Type Capacity LitRoom 2 12 Urban Classroom 18 Ankeny Computer Lab 25 28a Ankeny Science Lab
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
