a program called football team

Posted by bosco on Programmers See other posts from Programmers or by bosco
Published on 2012-03-25T22:43:23Z Indexed on 2012/03/25 23:40 UTC
Read the original article Hit count: 236

Filed under:

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.

© Programmers or respective owner

Related posts about java-ee