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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started