Embed presentation
Download to read offline

The document instructs to create two Java subclasses of a 'Person' class named 'Student' and 'Teacher.' The 'Student' class should have attributes for 'college' and 'dorm,' while the 'Teacher' class must include a 'room number' and one or more 'courses.' Additionally, it requires the implementation of constructors and methods, including one for printing the attributes of each class.
