Java crash course #4: Inheritance

The previous three courses were just the beggining. In the last one we started getting somewhere since we could see what is a constructor and what overloading is. A fundamental thing on object oriented programming is called “inheritance”. On real life it...