Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following UML diagram You have to implement the code for these classes. Remember Sub - classes have to implement the abstract method of
Consider the following UML diagram
You have to implement the code for these classes. Remember Subclasses have to implement the abstract method of superclass. Identify and implement it correctly.
Consider the following instructions:
The following variables are considered final
a Publication class: all variables.
b Author class: Author name and gender.
Validation: Author name must not be null or empty. Ensure consistency in your code and never allow an object to hold invalid data. The class should throw an IllegalArgumentException instance for invalid data.
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