Question: write java code(oop) plz :) 2.1 Ex: The Author and Book Classes (An Introduction to OOP Composition) This first exercise shall lead you through all

write java code(oop) plz :)
2.1 Ex: The Author and Book Classes (An Introduction to OOP Composition) This first exercise shall lead you through all the concepts involved in OOP Composition. Author No default values for the variables -name:String -email:String char of 'm' or f +Author (name:String, email:String, gender:char) +getName) :String +getEmail() :String +setEmail(email:String):void +getGender():char toString():String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
