A simple example that demonstrates the use of both Abstract Classes and Interfaces. The two can be used in many different ways, either exclusively or in combination. We chose to keep them separate in order to demonstrate the main differences.
Tag: abstract class vs interface java, java, programming, abstract class, interface
Xem Thêm Bài Viết Review Khác: https://chơigame.vn/review
Nguồn: https://chơigame.vn
Seriously, this is the best example of this concept I have seen in my career. I'm going to remember this example forever. Thank you so much!
dis boi prolly get all the chicks!!! or guys .
Awesome explanation and love the use of wrestlers!!! Haha
Thank you, great explanation!!!
if Eminem made a coding tutorial
Explained very well!
GOAT VIDEO
Clear explanations and cool simple examples, phat subscribe
Most explanations are confusing because they explain WHAT something is, but not WHEN you would use it, or what it means when you see it being used. It gives the reader more information but no way to slot and fit that information into their brain, and its left up the reader's own intelligence/experience to help connect the dots. Doesn't answer WHY I would want to use something. This video explanation does everything right.
Absolutely straightforward and easiest to understand these complex concepts
I'm sorry sir but your Indian accent isn't strong enough.
Ok, but it's possible to change the abstract class to do the same as the Interface. If we change the method "paymentForWork", to be abstract and implement it in every subclass, isn't it the same? Or I'm in mistake?
woah!thanks man
great explanation!
Finally i get it! after 5 video searches😅
Great video! Could anyone please tell me what IDE is being used in this video?
Mate this is so good, i am the fun of WWE and I am learning java, can it be more better? 😁
you fucking nailed it.
Watched the first video and Subscribed instantly. Great Explanation.
10/10 video mang! well done
First glance a wrestler as an example what 5 minutes later it make all since now thanx bro for the video hope you upload again
https://freshlybuilt.com/difference-and-similarities-between-interface-and-abstract-class-in-java/
dude, you made this simple. Thanks alot!
Great video
Similarities:
cannot be instantiated
have abstract classes
Difference:
abstract classes contain at least ONE abstract method
interface contains only abstract methods
is it using interface class in NetBeans?
This was a very helpful video in understanding what abstract classes and interfaces are in Java!
Thank you it was really helpful
Thank Youuuuuu!
so what if an abstract class only contains abstract methods, is there a difference between interface?
Damn it was really good. And using wwe as an example is a great idea.😁
Wonderful !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
You should not be using the word 'Generalised' methods, as these will be easily confused with the use of generics.