Question: IN JAVA Define a class called UFCFighter Make instance variables for Name, Weight, Wins and Losses. Create a static variable for TotalFights create a default
IN JAVA
Define a class called UFCFighter
Make instance variables for Name, Weight, Wins and Losses.
Create a static variable for TotalFights
create a default constructor that defaults name to "no name yet" and all other variables to 0
create a constructor with parameters and sets values for name and weight and sets wins and losses to 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
