Question: A) The Student class must have an import statement. B) If I make an object of type Exchange, then a constructor in Benefits will be

 A) The Student class must have an import statement. B) If

A) The Student class must have an import statement.

B) If I make an object of type Exchange, then a constructor in Benefits will be called.

C)The VisitingFaculty class has a compiler error (analyze what the constructor/super does)

E) The Senior class has a compiler error (analyze what the constructor/super does)

F) How many instance variables does the Exchange class have, and which ones can it access directly.

Class Diagrams Person String name; private int age; +Person(String n, int a) +Person() +getAge() +static void sayHiO) SOP("Hi from Person"); } Benefit Student Faculty private double salary: double spa; +double getSalary(); private String id; + Student(String n, int a, double g, String i) + Student( Students) + Student() + getGpa) + int getBenefits() { return 20; } Benefit Visiting Faculty +int getBenefits() { return 100; } Exchange Senior String capstone; + getCapstone() + static void sayHi({ SOP("Hi from Senior"); + int getBenefits() { return super.getBenefits()+30)

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!