a program called football team
- by bosco
how do you solve the following using java?Soccer team A is made up of the bench and people on the lineup. The program should enable the user to select a lineup and assign positions to players. It should also allow for the manipulation of attributes such as age, jersey number, fitness status, yellow and red cards, state whether one is a goalkeeper, defender, etc. Information such as losses ,wins and points of the entire team are also important.
the above task requires the to use of:
Static members for attributes with values common to all objects of the same class
The “this” keyword to distinguish constructor parameters and data members
Constructor overloading
Method overloading
Use two collections of the type Arraylist to store objects.