In this assignment you will write classes to represent a technical conference.

computer science

Description

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’;


Related Questions in computer science category


Disclaimer
The ready solutions purchased from Library are already used solutions. Please do not submit them directly as it may lead to plagiarism. Once paid, the solution file download link will be sent to your provided email. Please either use them for learning purpose or re-write them in your own language. In case if you haven't get the email, do let us know via chat support.