Question: Create a public constructor (a method with the same name as the class) inside the class Fish. This constructor should take in no arguments. Inside
Create a public constructor (a method with the same name as the class) inside the class Fish. This constructor should take in no arguments. Inside the constructor, set typeOfFish to Unknown and friendliness to 3, which we are assuming is the generic friendliness of fish.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
