In python you don’t have to specify the type of a function parameter.
Is there a way to do this for a Java method parameter? If say I’m not sure what kind of argument will be input.
In python you don’t have to specify the type of a function parameter. Is
Share
Try this with object or generics:
object:
generics: