Create an abstract Division class with fields for a company\'s division name and
ID: 3535047 • Letter: C
Question
Create an abstract Division class with fields for a company's division name and account number, and an abstract display() method that will be defined in the subclasses. Use a constructor in the superclass that requires values for both fields. Create two subclasses named InternationalDivision and DomesticDivision. The InternationalDivision class includes a field for the country in which the division is located, a field for the language spoken, and a constructor that requires all fields when created. The DomesticDivision class include a field for the state in which the division is located and a constructor that requires all fields when created. Write an application named UseDivision that creates two instances of each of these concrete classes (4 total instances). Save the files as:
Division, InternationalDivision, DomesticDivision, and UseDivision.
Explanation / Answer
//please rate
https://www.dropbox.com/sh/70hpvytezsrxtbc/yvo-Y39ZjX
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.