Question: create a Course class in c# the course class will have CourseNo, CourseName and Students methods to create : -Add course only by passing course
Port ded Course CourseNo: string CourseName: string Students: (string] Course(courseNo: string, courseName: string) AddStudent(student: string) DropStudent(student: string) StudentCount(): int . O
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
