Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need this question be solved with JAVA. In this application we are going to deal with composition. Create a class named Professor and another

image text in transcribedI need this question be solved with JAVA.

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions

Question

Explain the different types of marketing strategies.

Answered: 1 week ago

Question

Explain product positioning.

Answered: 1 week ago

Question

Explain Industrial market segment.

Answered: 1 week ago