So lets say that we have two classes and one interface.
"Main", "Person" and "Interface".
If i wanted to call a method from Person to Main, would i have to call it from
the Interface first or directly from the Person?
Assuming that the interface doesn't have its own methods and such.
Note that this is not related to any other question that i might've been posting recently.
Thanks!