awesome explanation but one question that u have told we can call method methods through super keyword plz sir can u write that code in comments it will be really helpful for me
Class A{ void m1(){ } } class B extends A{ void m1(){ Overrides M1() of class A. here if you want to use super class implementation of m1 method then super.m1(); } } Hope My Answer satisfying you...
The TV remote example used for explaining Polymorphism is not correct; the example is like Setter and Getter for an object. Switching On/Off is a method of the Object Remote which does not expose the different behaviour of that object hence it is not an example of Polymorphism.
@saif Ahmad thanks for Watching our Videos.. Please Watch Other Partalso of this video .. the Example of T.V Remote has been given just to give one ref. of that. Because Setters and Getters Beginners can't understand..
Very nice Lecture ...Respect from Pakistan...
Awesome explanation of Dynamic Dispatch it's confusing me but now i'm clear about that. thank you very much.
superb sir jee...
nicely explained sir
awesome
sir try to upload video regularly
+Saurav Kumar sure we have uploaded many video.. . Please check the description for other videos link.. thanks
Sir would you please make me tutorial on data abstraction in java
Thanks for showing your interest in our Video.. Will Surly Try to upload as soon As possible..
go through this link..ruclips.net/video/S9ohXvptpLc/видео.html
Thnks for your link sir
awesome explanation but one question that u have told we can call method methods through super keyword
plz sir can u write that code in comments it will be really helpful for me
Class A{
void m1(){
}
}
class B extends A{
void m1(){
Overrides M1() of class A. here if you want to use super class implementation of m1 method then
super.m1();
}
}
Hope My Answer satisfying you...
The TV remote example used for explaining Polymorphism is not correct; the example is like Setter and Getter for an object. Switching On/Off is a method of the Object Remote which does not expose the different behaviour of that object hence it is not an example of Polymorphism.
@saif Ahmad thanks for Watching our Videos.. Please Watch Other Partalso of this video .. the Example of T.V Remote has been given just to give one ref. of that. Because Setters and Getters Beginners can't understand..