alhassanmoses / java-concepts-workshop

Repo for the Java workshop on Polymorphism concepts, specifically method overloading and method overriding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Java Concepts

## Prerequisites
- java 15

## Overloading

This module does **not** build.

Tasks:
- implement **two** methods to make this module build.
## Overriding

This module **does** build

Tasks:
- in the football subclass print out the number of team players and their names.

About

Repo for the Java workshop on Polymorphism concepts, specifically method overloading and method overriding.


Languages

Language:Java 93.5%Language:HTML 6.5%