News
-> Dynamic method dispatch is also known as run time polymorphism. -> It is the process through which a call to an overridden method is resolved at runtime. -> This technique is used to resolve a call ...
phone obj = new smartPhone (); // it is allowed obj.showTime (); // allowed as it is a reff of parent class obj.on (); //prints overrided method as object is created for smart phone // obj.music (); / ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results