Programming Assignment 7
Getting Started
This assignment will focus on programming with Java classes. It uses concepts introduced in
Sections 4.1 and 4.2 as well as previous assignments and lectures.
Programming Assignment (26 points)
In this assignment you will write classes to represent a technical conference. A conference will
have multiple workshops, talks, panels, and keynote addresses. Your class should be called
Conference with an additional test program called ConferenceTest. In addition, you will make
revisions to your existing Session class. If you need a copy of my Session class from the
previous homework, please request one via email.
Update the class Session from assignment #6:
a) Add the following constants and modify the setType() method to use them. (1 point)
public final static char WORKSHOP = ‘W’;
public final static char TALK = ‘T’;
public final static char PANEL = ‘P’;
public final static char KEYNOTE = ‘K’;
Get Free Quote!
407 Experts Online