The app lets you create teams and players, view and delete.
https://www.youtube.com/watch?v=qv1ice2Z1M8
Promineo Tech World Cup
I stuggled my way through coding it but It has given me a better understanding of object oriented language. I learned about the 4 pillars of object oriented language.
4 Pillars of Object-Oriented Programing Abstraction: Allows us to hide complexity Encapsulation: Hiding the details of how method works Inheritance: Allows objects to inherit properties and functionality from other classes’ Polymorphism: Something can take many different forms.