Question: C++ please i need help with this code Question 2. Construct a Class Diagram of Student on the basis of the following specification: Three Classes:
Question 2. Construct a Class Diagram of Student on the basis of the following specification: Three Classes: Student, Parttime Student and Fulltime Student Class Student: Attributes: Name: String Address: String ID#: String Actions: registerCourse () Takes no parameters End Class Student class FullTimeStudent: Attributes: Major: String Actions: loanApplication () Takes no parameters End Class FullTimeStudent Class PartTimeStudent: Attributes: Employor: String Actions: part TimeApplication () parameters Takes no End Class PartTimeStudent The relationship among these three classes is that Class Student is the generalization of Class Full Time Student and Class Part TimeStudent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
