Sollicitatievraag bij Loadlink Technologies

What is polymorphism, explain with your preferred programming language (C# or Java)

Antwoord op sollicitatievraag

Anoniem

27 jul 2020

it allows us to implement multiple methods within the same class that use the same name but a different set of parameters. (Method overloading)