using rhapsody for c++ and visual studio
have bidirectional ass 1. 2. Create the following classes and subclasses and draw the class 2 a. Student (as an abstract class that has name, birth date, address grams, and then create the classes in Visual Studio using C#. campus fees, and an abstract method of computing the tuition b. Part Time Student is a special kind of student whose tuition is ca and fees). culated based on the number of credit hours taken and tuitioner credit. c. Full Time Student is a special kind of student who pays the whole amount regardless of the number of credits taken. d. Course is a catalog entry with information like cno, title, descrip- tion, and credit. e. Section is offered under a catalog Course entry to be offered for students to enroll. It has attributes like Section Number, Date and Time, Capacity, etc. f. Section needs to know information about Course such as credit hours; however, a Course catalog entry does not need to know anything about Sections offered under the course. have bidirectional ass 1. 2. Create the following classes and subclasses and draw the class 2 a. Student (as an abstract class that has name, birth date, address grams, and then create the classes in Visual Studio using C#. campus fees, and an abstract method of computing the tuition b. Part Time Student is a special kind of student whose tuition is ca and fees). culated based on the number of credit hours taken and tuitioner credit. c. Full Time Student is a special kind of student who pays the whole amount regardless of the number of credits taken. d. Course is a catalog entry with information like cno, title, descrip- tion, and credit. e. Section is offered under a catalog Course entry to be offered for students to enroll. It has attributes like Section Number, Date and Time, Capacity, etc. f. Section needs to know information about Course such as credit hours; however, a Course catalog entry does not need to know anything about Sections offered under the course