SyntaxFix
Write A Post
Hire A Developer
Questions
We can create object to Downcasting. In this type also. : calling the base class methods
Animal a=new Dog(); a.callme(); ((Dog)a).callme2();