Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, can someone help me with this task in Java? 1. Implement an abstract class called Sport ( part of the package Sporty) with name

Hi, can someone help me with this task in Java?

1. Implement an abstract class called Sport ( part of the package Sporty) with name and age characteristics. The class needs to have an abstract method named setAge() and an usual method called printDatas().

Also, Implement the class Footballer ( part of the package Footballers which extends the abtsract class Sport. The class Footballer has: 1 constructor which only initializes the name of the Footballer (and puts the age on 0 (zero)) The method printDatas() which describes completely the Footballer class ( name and age) and which writes these datas to a file on the computer, whose name ( of the file) will be written from the keyboard. The Age characteristics is read from the keyboard regarding the method setAge() and also we need to treat the exception if an user does not introduce an integer number.

Implement a public class called Competition part of the package Competitions in which we instantiate 3 times the class Footballer and call the methods setAge() and printDatas() on the created instance. The 3 instances will be saved into a collection of objects if type LinkedList.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions

Question

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

What are the need and importance of training ?

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago