Hey Naveen, this video is just great. Only question I have is , why do we use interface and abstract and when do we use it . With respect to selenium Java
WOW ! what a good way of explanation , First of all I want to thank u for all these amazing videos that U r Making , I am watching your videos from US and they are really helpful . Personally I know most of the java concepts But when it comes with implementations and coding then it kinda making me to struggle alot , so what would be your advice ?
Hi , I'm Ananth from india , age 24 , nice to meet you , Im a MS software engineer graduated and I have firm desire to learn programming and programming languages , Android , ios , frontend , backend , object oriented programming. Its my dream and wish to work remote developer and freelancing
Hi Naveen, In your example, ICICIBank class implementing RBI and USBank interfaces... Can we have the same method names in two interfaces? Eg. If we have debit() method in RBI as well as in USBank interface, In ICICIBANK Class which method will get implemented?
yes, we can have same method name in two interfaces.... and class which implements those two interfaces will have only one method which will satisfy condition for both interface. But Suppose RBI has int i=1; ... and ICICIBANK has int i=2;.... you can access them separately by using RBI.i and ICICIBANK.i.. sorry, i saw this question now, so replied late... and i am just a viewer
@Naveen: One scenario I found that if two interfaces has same abstract method with same parameter. So if any class is implementing both Interfaces then it is showing only one method in that Child Class. Just thought of discussing this to you. :)
You just taught abstraction and interface Sir you haven't taught other 3 oops or i couldn't find out them Reply sir pls reply I understand your way of teaching
In one video you told abstract method must have at least one abstract method and in this video you are telling you can create abstract class without abstract method. This is contradicting Naveen
after watching this video I can clearly explain to anyone what is Abstract and Interface are. Thank you so much, Naveen
You have explained better then My CDAC Bangalore Faculties. Thank You!!
Bhai tusi great ho, I like the way you explain these things. :)
Thanks Naveen--It was a great explanation for a beginner to get the concepts cleared !
Great learning to watching your video, thanks a lot. More to Watch more to learn...
Hey Naveen, this video is just great.
Only question I have is , why do we use interface and abstract and when do we use it . With respect to selenium Java
Thanku. Very much for helping me to easy to understand these concepts
Thank you so much Naveen. It was really helpful. very nice explanation . once again Thank you. Keep going on :)
you explained it so well ! thank you so much! Namaste Guru!
Thanks for the Great Explanation :)
your way of explains is awesome Sir.....
That was great
Thank u so much
Please keep publishing useful lecture like this.
WOW ! what a good way of explanation , First of all I want to thank u for all these amazing videos that U r Making , I am watching your videos from US and they are really helpful . Personally I know most of the java concepts But when it comes with implementations and coding then it kinda making me to struggle alot , so what would be your advice ?
excellent ,Naveen
Thankyu so much Sir.. great explanation.. 😊
Thanks Megha.
Since java 8 static method are allowed in interface with method implementation
correct, but not with method prototype. :)
Naveen i have some queries, plz help me in that...
Thank you so much Naveen :)
Your teaching is good👌👌👌👌 I am following your videos plzz upload videos on multithreading also sir plzz😀😀
Hi , I'm Ananth from india , age 24 , nice to meet you ,
Im a MS software engineer graduated and I have firm desire to learn programming and programming languages , Android , ios , frontend , backend , object oriented programming.
Its my dream and wish to work remote developer and freelancing
Amazing explanation!
Naveen pls do a video on factory design pattern.
Hi Naveen,
In your example, ICICIBank class implementing RBI and USBank interfaces... Can we have the same method names in two interfaces?
Eg. If we have debit() method in RBI as well as in USBank interface, In ICICIBANK Class which method will get implemented?
yes, we can have same method name in two interfaces.... and class which implements those two interfaces will have only one method which will satisfy condition for both interface.
But Suppose RBI has int i=1; ... and ICICIBANK has int i=2;.... you can access them separately by using RBI.i and ICICIBANK.i..
sorry, i saw this question now, so replied late... and i am just a viewer
where we can use interface and abstract class in automation framework can u give one liner examples..
@Naveen: I am able to create static methods in Interface & also able to create static method body. Could you please explain why?
@Naveen: One scenario I found that if two interfaces has same abstract method with same parameter. So if any class is implementing both Interfaces then it is showing only one method in that Child Class. Just thought of discussing this to you. :)
Hi naveen can interface have " N " number of child classes ?
Yes
@@naveenautomationlabs thank you so much 👍❤️
Hi naveen
What is process to join your online selenium classes?
Mail me at naveenanimation20@gmail.com
Why cant we use a normal class for Creating the contract for the client ? We dont always need an abstract class or an interface
amazing !
Will u please make video on auto it with Selenium
What is kusuma means 😃🤣🤣🤣
Best explanation!thank you Naveen!
Hi
Naveen I want to join one of your Selenium course. Please let me know what’s the procedure.
Gimme your email id
Saiful021107@gmail.com
I am from Usa.
check your mail. Please do the registration ASAP.
rajashekar.cdh@gmail.com
You just taught abstraction and interface
Sir you haven't taught other 3 oops
or
i couldn't find out them
Reply sir pls reply
I understand your way of teaching
Okay sir Found all 👍🏻
Hi Naveen, please share your hithub url.
thank you
In one video you told abstract method must have at least one abstract method and in this video you are telling you can create abstract class without abstract method. This is contradicting Naveen
can any one pls help me