Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this application we are going to deal with composition. Create a class named Professor and another named Course. Besides these classes we will have

image text in transcribed

In this application we are going to deal with composition. Create a class named Professor and another named Course. Besides these classes we will have a class named Main for placing the main method. Professor class should contain variables id (string) and name (string) alongside their respective setters/getters. Course class should contain variables id (string), name (string) and professor (Professor) alongside setters/getters. Course also contains a toString method, which prints the course id, course name and professor information. In main, create a professor first. Ex: A123 Alihan Hadimlioglu Then create a course. Ex: CE343 Object-Oriented Programming Languages (These will be taken from the user and you must handle exceptions). Then assign the professor you previously created as the course professor variable. Finally, display the course information

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions