you have to send args in same order as the method was defined
same variable types too, but okay to use
polymorphism e.g. if method wants args Animal, Array of Cars
then you can pass: Dog, Array of Corollas
as dog is an animal, and corolla is a car, if you define their hierarchy as such