+ 3
Why try to avoid compile time polymorphism at software Development ??
Why the developer do this in java?
3 Respuestas
+ 5
Read more on Object Oriented Programming. Polymorphism is a deep and complex concept
+ 5
Read about control structures and recurcusion. These two concepts are intertwined
+ 2
Why trying to avoid it? It is very useful in programming. Read this lesson for more!
https://beginnersbook.com/2013/04/runtime-compile-time-polymorphism/