Select the best from following options correctly explains the concept of Polymorphism?
i).
int func(float);
float func(int, int, char);
ii).
int func(int);
iii).
int func(int, int);
float func1(float, float);
iv) . None of the above