+ 1
is polymorphism possible without inheritance ?
3 Respuestas
+ 4
compile time polymorphism is possible without inheritance. best example of compile time polymorphism is method overloading
0
nope
0
Polymorphism IS NOT possible without inheritance. Whitout inheritance you can have overload of some method, but this is far away from polymorphism.