Oct 16, 2023
Defines a parent class that provides constructor, accessor and settter methods for Fibonacci. The child class needs to define the algorithm to init the Fibonacci Sequence. Java fundamentals for creating objects, extending class, creating abstract class, utilizing methods, super and this. in. Programming fundamentals include given for loop and hacks for while, recursion implementation. Additionally, the parent class shows use of ArrayList and HashMap data structures, which are topic for later unit.