Why try to avoid compile time polymorphism at software Development ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why try to avoid compile time polymorphism at software Development ??

Why the developer do this in java?

2nd Mar 2019, 6:03 AM
Nasir❤
Nasir❤ - avatar
3 Answers
+ 5
Read more on Object Oriented Programming. Polymorphism is a deep and complex concept
2nd Mar 2019, 6:21 AM
Da2
Da2 - avatar
+ 5
Read about control structures and recurcusion. These two concepts are intertwined
2nd Mar 2019, 6:22 AM
Da2
Da2 - avatar
+ 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/
2nd Mar 2019, 6:35 AM
Seniru
Seniru - avatar