So I have been reading this great article about polymorphysm in Java Upcasting and Downcasting in Java and I encounter "automatic downcast during method calls" which the author did not explain in the article but he mentioned its very useful when we want to use polymorphysm.
Anybody can help me understand what it means ?