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 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
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
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
@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. :)
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
Bhai tusi great ho, I like the way you explain these things. :)
after watching this video I can clearly explain to anyone what is Abstract and Interface are. Thank you so much, Naveen
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
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...
You have explained better then My CDAC Bangalore Faculties. Thank You!!
Thanku. Very much for helping me to easy to understand these concepts
excellent ,Naveen
Thank you so much Naveen. It was really helpful. very nice explanation . once again Thank you. Keep going on :)
your way of explains is awesome Sir.....
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 ?
you explained it so well ! thank you so much! Namaste Guru!
Thanks for the Great Explanation :)
That was great
Thank u so much
Please keep publishing useful lecture like this.
Naveen i have some queries, plz help me in that...
Your teaching is good👌👌👌👌 I am following your videos plzz upload videos on multithreading also sir plzz😀😀
Since java 8 static method are allowed in interface with method implementation
correct, but not with method prototype. :)
Thankyu so much Sir.. great explanation.. 😊
Thanks Megha.
Thank you so much Naveen :)
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
Amazing explanation!
Naveen pls do a video on factory design pattern.
amazing !
Hi naveen can interface have " N " number of child classes ?
Yes
@@naveenautomationlabs thank you so much 👍❤️
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
What is process to join your online selenium classes?
Mail me at naveenanimation20@gmail.com
where we can use interface and abstract class in automation framework can u give one liner examples..
Best explanation!thank you Naveen!
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 👍🏻
Why cant we use a normal class for Creating the contract for the client ? We dont always need an abstract class or an interface
@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 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
Will u please make video on auto it with Selenium
What is kusuma means 😃🤣🤣🤣
thank you
Hi Naveen, please share your hithub url.
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