A question related to Inheritance and polymorphism how it works and how it is implemented
Sigiloso
According to the example if there is a shape as an interface would have as a child a triangle or a square. The square can have a method that has specifics to sides and can override the parent class.