Hi.., is it correct ? if i say : POLYMORPHISM use LATE BINDING, and OVERIDING is a must ! help me..! thank's in advance regards stevie
Rashid Ali
Ranch Hand
Joined: Jan 16, 2001
Posts: 349
posted
0
Dear Stevie I try to give answer from Thinking in Java "Polymorphism also called dynamic binding or late binding or run-time binding. All method binding in Java uses late binding unless a method has been declared final. Final prevents anyone from overriding that method. Perhaps more important, it effectively �turns off� dynamic binding". Hope it clears the querry. Regards Rashid