after watching this video I can clearly explain to anyone what is Abstract and Interface are. Thank you so much, Naveen
@Ahmed-lc2mu3 жыл бұрын
You have explained better then My CDAC Bangalore Faculties. Thank You!!
@rohitlabhe8503 жыл бұрын
Bhai tusi great ho, I like the way you explain these things. :)
@marlynj79303 жыл бұрын
Thanks Naveen--It was a great explanation for a beginner to get the concepts cleared !
@devjewel83455 жыл бұрын
Great learning to watching your video, thanks a lot. More to Watch more to learn...
@rd33163 жыл бұрын
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
@user-gt5ql1wq4z10 ай бұрын
Thanku. Very much for helping me to easy to understand these concepts
@gurusamyrajagopal38195 жыл бұрын
Thank you so much Naveen. It was really helpful. very nice explanation . once again Thank you. Keep going on :)
@nandashivaprasad61593 жыл бұрын
you explained it so well ! thank you so much! Namaste Guru!
@manoharch12033 жыл бұрын
Thanks for the Great Explanation :)
@deepakpatil23975 жыл бұрын
your way of explains is awesome Sir.....
@hakarali62895 жыл бұрын
That was great Thank u so much Please keep publishing useful lecture like this.
@ShoaibEsmaty2 жыл бұрын
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 ?
@ingilalaudaykumar52752 жыл бұрын
excellent ,Naveen
@meghavarma35526 жыл бұрын
Thankyu so much Sir.. great explanation.. 😊
@naveenautomationlabs6 жыл бұрын
Thanks Megha.
@USP76 жыл бұрын
Since java 8 static method are allowed in interface with method implementation
@naveenautomationlabs6 жыл бұрын
correct, but not with method prototype. :)
@vaishaliagrawal47815 жыл бұрын
Naveen i have some queries, plz help me in that...
@sriramnagarajanit6 жыл бұрын
Thank you so much Naveen :)
@likithal32776 жыл бұрын
Your teaching is good👌👌👌👌 I am following your videos plzz upload videos on multithreading also sir plzz😀😀
@ananthnaren91834 жыл бұрын
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
@tausal16 жыл бұрын
Amazing explanation!
@m.smanoj46883 жыл бұрын
Naveen pls do a video on factory design pattern.
@mownikamahalingam94876 жыл бұрын
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?
@rheeshabhkumarsingh23015 жыл бұрын
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
@sauagn6 жыл бұрын
where we can use interface and abstract class in automation framework can u give one liner examples..
@AshishDubeyash4you6 жыл бұрын
@Naveen: I am able to create static methods in Interface & also able to create static method body. Could you please explain why?
@AshishDubeyash4you6 жыл бұрын
@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. :)
@prakashvish39883 жыл бұрын
Hi naveen can interface have " N " number of child classes ?
@naveenautomationlabs3 жыл бұрын
Yes
@prakashvish39883 жыл бұрын
@@naveenautomationlabs thank you so much 👍❤️
@darshanmm96 жыл бұрын
Hi naveen What is process to join your online selenium classes?
@naveenautomationlabs6 жыл бұрын
Mail me at naveenanimation20@gmail.com
@alxx7362 жыл бұрын
Why cant we use a normal class for Creating the contract for the client ? We dont always need an abstract class or an interface
@MrYashMundey3 жыл бұрын
amazing !
@kusumareddy52296 жыл бұрын
Will u please make video on auto it with Selenium
@Tourforu565 жыл бұрын
What is kusuma means 😃🤣🤣🤣
@ainuraraoufi73365 жыл бұрын
Best explanation!thank you Naveen!
@SaifulIslam-hk3cm6 жыл бұрын
Hi Naveen I want to join one of your Selenium course. Please let me know what’s the procedure.
@naveenautomationlabs6 жыл бұрын
Gimme your email id
@SaifulIslam-hk3cm6 жыл бұрын
Saiful021107@gmail.com
@SaifulIslam-hk3cm6 жыл бұрын
I am from Usa.
@naveenautomationlabs6 жыл бұрын
check your mail. Please do the registration ASAP.
@rajashekar8416 жыл бұрын
rajashekar.cdh@gmail.com
@isuryakant99219 ай бұрын
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
@isuryakant99219 ай бұрын
Okay sir Found all 👍🏻
@devsoftwareengg4 жыл бұрын
Hi Naveen, please share your hithub url.
@mariabajwa86326 жыл бұрын
thank you
@ankurchatterjee91793 жыл бұрын
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