Why static method can not override ??? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

Why static method can not override ???

Any one can answer to me please....

26th Oct 2017, 1:49 PM
Suresh Reddy Palagiri
Suresh Reddy Palagiri - avatar
1 Respuesta
+ 7
Because static method is belong to class and you don't have delivered class where you can override method for object of delivered class.
26th Oct 2017, 2:04 PM
Vukan
Vukan - avatar