I am trying to learn Java for the longest time. Never got the concepts clear. You have been a life saver for me. I don't feel the need for any other tutorial now. The way you teach is the most perfect I have seen. Thanks a Ton!!! Please continue this great work....
I know im asking the wrong place but does anyone know of a tool to get back into an instagram account..? I was stupid lost my password. I appreciate any tips you can give me!
Even many Java experienced guys find it difficult to explain difference between interface and abstract class, they just keep on reiterating interface and java but miss the clean explanation, but the way you explain with such a clarity , WOW., first time ever seen such convincing explaination.
I have been watching since 3 yrs about abstract and interface but no one has given clear cut and didn't understand but first time my doubts gone by watching this extraordinary video
Excellent explanation for guy like me who is a beginner, Plus Naveen's accent is very Neutral and not like other people videos who says yeight to 8. Wish you billion subscribers
The way of teaching is excellent naveen .i am new to java but i am understanding quickly and i am also watching your selenium videos.Your voice is very clean without any disturbance.thanks naveen for uploading videos
Awesome videos, I have learned it around 8-9 years ago as a theory but this video made the idea crystal clear. Just love your teaching abilities. Keep it up and huge thanks for all your videos.
Hey naveen ...i really appreciate your work...one requenst from my side make a video on ....where we use all these concepts in selenium....i.e abstraction, polymorphism, overriding, overloading, encapsulation ...etc...thanks
It's the same. You just need to learn java and oops concepts and you can work in selenium (or even in any oop programming language once you learned it well). (I know it's late answer, but may be useful for others)
You are doing great man really don't stop this many of them are getting their career with your help...Their is no words to explain and thanks for all you efforts
Very nice video with clean and clear explanation. At first I thought it is very long but after watching it completely, I understood that 30 mins are actually required in clarifying the concept. Thanks Naveen. I really like your videos and I am going to recommend it to my friends as well :) Keep up the great work. Love from NZ
Difference between abstract class and interface, when to use them, and how to define abstract class and abstract method. ✦ The main difference between abstract class and interface is that abstract class can have both concrete and abstract methods, whereas interface can only have abstract methods. 00:05 ✦ Abstract classes allow the creation of multiple abstract methods as well as non-abstract methods. 02:41 ✦ Method overriding and abstraction concept 07:47 ✦ Abstraction is a way to hide implementation logic 10:13 ✦ Interface allows defining only abstract methods. 15:50 ✦ Implementing 100% abstraction in Java 18:32 ✦ Accessing overridden methods and non-overridden methods in BMW class 23:24 ✦ BMW does not allow parent reference variable to access specific methods 25:57 ✦ The basic difference between abstraction and interface 30:05
I dint know anything about java yesterday.Now ,it seems I know almost everything with concept in one day. Excellent Naveen sir.Benefit ratio is 100% in one day. Best tutorial found on 1st day of my java learning. Thanks.
Thanks, Naveen for such amazing videos which are clearing almost all my doubts, As soon as the question pops in my mind, You explain it the very next minute in the video. Great teaching skills. I hope, I recall all of it well in my interviews! :)
I am new to learn Java. I was so much confused understanding difference between interface and abstract class thanks Naveen you cleared my confusion. Really appreciate your honesty in sharing knowledge. By the I new to your channel as well. I need help with Array if can help me or share the link if already have a video on.
excellent video. most demonstrations regards interfaces lack precise explanations. I took me a long time to grasp as well. What needs to be shown is what happens at the dot operator when using either an interface as refernece type or the class as reference type. that way you can see what methods are available as soon you press the dot. cool stuff.
Hai naveen .. I like your classes very much. In the interview for QA they are asking how interface and abstract use in selenium. This type of questions are little hard to reply. can you please tell us OOps concepts and also where OOPs will use in selenium
Thank you naveen.. your videos are always life saver for me.. I have a question, can u pls tell me which is the abstract class in the selenium library.. ?? In every interview i am getting this question..
Thanks Naveen. Amazing clarity I got. Just have one query.. if all the methods in an abstract class are abstract, does it perform better than interface? If yes, what is the use of interface...as abstract class is achieving the same thing with better performance. Does interface do anything, which abstract class cannot do?
i think a class can implement multiple interfaces but it cannot extend more than one abstract class. It cannot do multiple inheritance with Abstract class. So this might be the difference.
Thanks Naveen for explaining it in easy way. I have one question here, can we create object of abstract class using anonymous class for overriding abstract methods of abstract class then using same object to call other non abstract methods.
Hi Naveen, I am going through your courses and finding them to be very carefully woven for better and thorough understanding of the viewer. Hats off for that. Having said that, could you please answer a doubt I have ? Can a non-abstract class have an abstract method as well ? Thanks in advance :-)
Take an example of webdriver and chromedriver Web driver is an interface and chromedriver is a class which implements webdriver interface... Hope this helps
I am trying to learn Java for the longest time. Never got the concepts clear. You have been a life saver for me. I don't feel the need for any other tutorial now. The way you teach is the most perfect I have seen. Thanks a Ton!!! Please continue this great work....
same with me.
I know im asking the wrong place but does anyone know of a tool to get back into an instagram account..?
I was stupid lost my password. I appreciate any tips you can give me!
I have never see any any explanation as clear and co concise as this. you are a great teacher
Even many Java experienced guys find it difficult to explain difference between interface and abstract class, they just keep on reiterating interface and java but miss the clean explanation, but the way you explain with such a clarity , WOW., first time ever seen such convincing explaination.
I have been watching since 3 yrs about abstract and interface but no one has given clear cut and didn't understand but first time my doubts gone by watching this extraordinary video
Excellent explanation for guy like me who is a beginner, Plus Naveen's accent is very Neutral and not like other people videos who says yeight to 8. Wish you billion subscribers
I don't even know how to thank you. The way you explain concepts, I don't think I have ever seen someone like you. Hats off to you!!
Thanks for watching :)
The way of teaching is excellent naveen .i am new to java but i am understanding quickly and i am also watching your selenium videos.Your voice is very clean without any disturbance.thanks naveen for uploading videos
Awesome videos, I have learned it around 8-9 years ago as a theory but this video made the idea crystal clear. Just love your teaching abilities. Keep it up and huge thanks for all your videos.
Thanks for watching
Hey naveen ...i really appreciate your work...one requenst from my side make a video on ....where we use all these concepts in selenium....i.e abstraction, polymorphism, overriding, overloading, encapsulation ...etc...thanks
It's the same. You just need to learn java and oops concepts and you can work in selenium (or even in any oop programming language once you learned it well).
(I know it's late answer, but may be useful for others)
Now i can not forget difference between this 2 topics thanks Naveen
One of the best vedio on interface and abstract ever watched
You are doing great man really don't stop this many of them are getting their career with your help...Their is no words to explain and thanks for all you efforts
Best explanation so far about the abstract class and interface, Thank you Sir
Very nice video with clean and clear explanation.
At first I thought it is very long but after watching it completely, I understood that 30 mins are actually required in clarifying the concept.
Thanks Naveen.
I really like your videos and I am going to recommend it to my friends as well :)
Keep up the great work.
Love from NZ
Difference between abstract class and interface, when to use them, and how to define abstract class and abstract method.
✦
The main difference between abstract class and interface is that abstract class can have both concrete and abstract methods, whereas interface can only have abstract methods.
00:05
✦
Abstract classes allow the creation of multiple abstract methods as well as non-abstract methods.
02:41
✦
Method overriding and abstraction concept
07:47
✦
Abstraction is a way to hide implementation logic
10:13
✦
Interface allows defining only abstract methods.
15:50
✦
Implementing 100% abstraction in Java
18:32
✦
Accessing overridden methods and non-overridden methods in BMW class
23:24
✦
BMW does not allow parent reference variable to access specific methods
25:57
✦
The basic difference between abstraction and interface
30:05
most simple and clear video of Abstact classes and interfaces.
Thanks !!
Glad you liked it
Great .... I take the java concept to fulfill my PHP work ..Thanks for the explanation sir
Clean and understandable explanation, thank you Naveen
I dint know anything about java yesterday.Now ,it seems I know almost everything with concept in one day.
Excellent Naveen sir.Benefit ratio is 100% in one day.
Best tutorial found on 1st day of my java learning.
Thanks.
Thanks for watching. Keep learning
You made build interest in Coding stuff, Otherwise i didnt have much interest towards Programming, Now i am Loving this. Thanks.
Excellent teaching, Be my Mentor Naveen🙏
Great explanation ...reallly osam
Awesome explanation Naveen
Its Very Cleared about Interface and Abstract. Thanks Buddy.
One of the best video, Thankyou Naveen!
Superb informative 👌
Superb Explanation.....thanks a lot Naveen
Thank you Naveen for explaining so well the concepts of Interface and Abstract class.You are gem
Excellent concept was explained by Naveen super
thankyou , its amazing ,all concepts are crystal clear.
Thanks, Naveen for such amazing videos which are clearing almost all my doubts, As soon as the question pops in my mind, You explain it the very next minute in the video. Great teaching skills. I hope, I recall all of it well in my interviews! :)
Excellent explanation. Thanks Naveen!
Thanks sir..very informative video ...this question was asked in interview
I am new to learn Java. I was so much confused understanding difference between interface and abstract class thanks Naveen you cleared my confusion. Really appreciate your honesty in sharing knowledge. By the I new to your channel as well. I need help with Array if can help me or share the link if already have a video on.
excellent video naveen...could you please provide soft copy for all java interview Qu and ans.
Thank you Naveen for sharing the knowledgeable video.
Thanks Naveen!!! Very Well explained
thanks for the video..its very useful to know the diff btn both....
perfect explanation as usual.. Thanks
Thanks sir for clearing my concepts..😊😊🙏
Superb content!
Just awesome 👌 👏
Does an interface achieve complete abstraction even after Java 8 where default methods are introduced?
Hi Naveen, I wanted to learn selenium with Java, kindly let me whether you are giving training, Also let me know if you r teaching realtime
yes refer this : naveenautomationlabs.com/selenium-training/
Very nice video Naveen Sir !
Thanks man! Your help is great!
Very nice and clear explanation
best tutorial so far
Glad that it helped you..
Thanks a lot Naveen sir ....clearly understood the concepts..pls make sure It will be available to us always... thank u so much sir..
Sir you have much depth knowledge about concept 💯👌👌🙏
Very good explain 👍
Very nicely explained.Thanks for this video.
Very nice Teaching
Awesome your videos are helping alot..your way of explanation is really nice and gives a clear understanding
Very good explanation
very simple and cleat to explained the concepts. thanks.
Thanks a lot Naveen sir for this detailed information
Thanks Naveen .. i am searching for this topic in your videos
nice explanation just a suggestion can add an example from selenium perspective
Good! was really struggling with the difference btn Abstract class and Interface....Thanks soo much for this video
Perfect way to understand abstraction and interface. Really enjoying your videos.
Good Explanation
excellent video. most demonstrations regards interfaces lack precise explanations. I took me a long time to grasp as well. What needs to be shown is what happens at the dot operator when using either an interface as refernece type or the class as reference type. that way you can see what methods are available as soon you press the dot. cool stuff.
Thank you Naveen. This is so helpful !!
Great Navin, i like your videos , awesomely explained
Thank you brother 🙂🙂
what about the static and default methods in the interfaces, which are non abstract methods right?
That was very helpful. Thanks.
Great explanation brother
Hai naveen .. I like your classes very much. In the interview for QA they are asking how interface and abstract use in selenium.
This type of questions are little hard to reply. can you please tell us OOps concepts and also where OOPs will use in selenium
Simply superb
Thank you!
Superb Explanation..👍
Excellent bro, thanks
@naveen is it necessary for a class to have at least one abstract method to make a class as abstract
superb
Thank you naveen.. your videos are always life saver for me.. I have a question, can u pls tell me which is the abstract class in the selenium library.. ?? In every interview i am getting this question..
Hi Naveen, Can u provide me where we use interface and abstract class in any project with example
Thank you so much for efforts Sir..!!
why is it that we can't create abstract classes without any abstract methods ? I did not got any errors while doing so..
Thank you..... 👍
Good explanation. Could you please explain the variables access also
Really Naveen tutorial the great stuff tutorial... thanks a lot Naveen
Can parameter be given in the parent class for both abstract class and interface?
Thanks Naveen. Amazing clarity I got. Just have one query.. if all the methods in an abstract class are abstract, does it perform better than interface?
If yes, what is the use of interface...as abstract class is achieving the same thing with better performance.
Does interface do anything, which abstract class cannot do?
i think a class can implement multiple interfaces but it cannot extend more than one abstract class. It cannot do multiple inheritance with Abstract class. So this might be the difference.
Sir can multiple inheritance done for abstract class ?
classy Naveen
We can say concrete method too to non abstract method ?
Thanks Naveen for explaining it in easy way. I have one question here, can we create object of abstract class using anonymous class for overriding abstract methods of abstract class then using same object to call other non abstract methods.
Hi Naveen,
I am going through your courses and finding them to be very carefully woven for better and thorough understanding of the viewer.
Hats off for that.
Having said that, could you please answer a doubt I have ?
Can a non-abstract class have an abstract method as well ?
Thanks in advance :-)
You did not mention about default methods of interface introduced in Java 8. Please mention about it.
5* for your teaching ability.
do we have any latest video with java 8,9 features. If any please share the link
Sir in abstract class not compulsory to have abstract method?
Great
THANK YOU SO MUCHHH
Can you give any framework related example where we can utilize this abstract or interface concept while designing framework
Take an example of webdriver and chromedriver
Web driver is an interface and chromedriver is a class which implements webdriver interface... Hope this helps
plz make the video on abstract class and concrete class
amazing vid keep it up,thank you so much
i think with out abstract method also we can define abstract class. there is no restriction on that. Can you check that
Hi navin,
Can you please make vedios on c#? Or suggest any vedios which has good explanation like your vedios?