Refer to the UML class diagram given below: Subject a) - subjectTitle: String - creditHour: int - subjectCount: int + Subject() + Subject(subjectTitle: String, creditHour: int) + set and get methods + getSubjectCount ():int + toString():String Implement the complete Subject class that shown in the above diagram. The following requirements must be included: • Use this keyword whenever possible. • The getter and setter for all instance data members. • The parameterized constructor should increase the value of subjectCount by 1. • The toString() method that will return all the information about the Subject object except subjectCount.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.1: Classes
Problem 1E
icon
Related questions
Question
100%
Refer to the UML class diagram given below:
Subject
a)
|- subjectTitle: String
- creditHour: int
- subjectCount: int
+ Subject()
+ Subject(subjectTitle: String, creditHour: int)
+ set and get methods
+ getSubjectCount ():int
+ toString():String
Implement the complete Subject class that shown in the above diagram. The following
requirements must be included:
• Use this keyword whenever possible.
• The getter and setter for all instance data members.
• The parameterized constructor should increase the value of subjectCount by 1.
• The toString() method that will return all the information about the Subject object except
subjectCount.
Transcribed Image Text:Refer to the UML class diagram given below: Subject a) |- subjectTitle: String - creditHour: int - subjectCount: int + Subject() + Subject(subjectTitle: String, creditHour: int) + set and get methods + getSubjectCount ():int + toString():String Implement the complete Subject class that shown in the above diagram. The following requirements must be included: • Use this keyword whenever possible. • The getter and setter for all instance data members. • The parameterized constructor should increase the value of subjectCount by 1. • The toString() method that will return all the information about the Subject object except subjectCount.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage