Question: Create 2 classes that are inherent from the other. Superclass: Student -- has members........... 1). String Name 2). DOUBLE GPA & METHOD 3). V oid

Create 2 classes that are inherent from the other.

Superclass: Student -- has members...........

1). String Name

2). DOUBLE GPA

& METHOD

3). Void DisplayInfo, which writes to the debug window the name and GPA

Superclass: Graduate Student -- has members

1). String Name

2). DOUBLE GPA

3). String projectName

& method;

4). VoidDisplayAllInfo, which writes to the debug window: the name, GPA, and project name....................

create a form that accepts a name, GPA and project name from textboxes. after button is pushed, 2 studentos are created....... one is a gradute level student and one is only an undergradute studento. both have the exact same name & the exact same GPA

create in visual studio, windows form C#

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!