Java abstraction 👻

  Рет қаралды 121,949

Bro Code

Bro Code

Күн бұрын

Java abstract class method tutorial explained
#Java #abstract #tutorial

Пікірлер: 190
@BroCodez
@BroCodez 3 жыл бұрын
//****************************************** public class Main { public static void main(String[] args) { // abstract = abstract classes cannot be instantiated, but they can have a subclass // abstract methods are declared without an implementation //Vehicle vehicle = new Vehicle(); Car car = new Car(); car.go(); } } //****************************************** public abstract class Vehicle { abstract void go(); } //****************************************** public class Car extends Vehicle{ @Override void go() { System.out.println("The driver is driving the car"); } } //******************************************
@ericbiscayne6722
@ericbiscayne6722 11 ай бұрын
You sound very nice and attractive
@RoxioCZE
@RoxioCZE 3 жыл бұрын
such a godlike explanation what the heck
@kristijanlazarev
@kristijanlazarev 3 ай бұрын
CRAZY
@donuteater7774
@donuteater7774 4 күн бұрын
I love you. Someone who can actually explain things!!!
@thegreenroom5820
@thegreenroom5820 Жыл бұрын
WTH... I have read full chapters on this topic and didn't come away with this clarity. You have earned a subscriber.
@balkaransinghkhosa4116
@balkaransinghkhosa4116 Жыл бұрын
Missed classes because I was sick and your videos helped me so much in so little time. The best 🙌🏼
@juvenalbaera2641
@juvenalbaera2641 2 жыл бұрын
I don't understand English a lot, but with this guy, I'm understanding 90%. Muito obrigado ✌️ From Mozambique🇲🇿
@shalomerror6236
@shalomerror6236 2 жыл бұрын
Hey, Juvenal! How is your Java-learning going on?
@juvenalbaera2641
@juvenalbaera2641 2 жыл бұрын
@@shalomerror6236 it's going well
@hero_bsb6314
@hero_bsb6314 Жыл бұрын
méquié Juvenal ainda fazes Java?
@juvenalbaera2641
@juvenalbaera2641 Жыл бұрын
@@hero_bsb6314 parei há bom tempo.
@ericbiscayne6722
@ericbiscayne6722 11 ай бұрын
Hi, do what I do. Goto settings and select playback speed. I lowered it to 70%,S, that way I can follow what he is saying one way or another. good luck
@funkyliani
@funkyliani 9 ай бұрын
I started learning Java through an online course, which is terrible at explaining things, leaving me confused lot of the time. Then comes BRO, who explains everything so simply and elegantly that I have no problems understanding it! Thank you BRO!
@nevenatutunovic6576
@nevenatutunovic6576 25 күн бұрын
WOW..now is so easy for understanding!Thanks
@ericbiscayne6722
@ericbiscayne6722 11 ай бұрын
Bro; you have no idea how much you've helped me so far to learn Java. Any doubts I come here, looking for an example that you have,no doubt thank you, sincerely. - Never thought a bro' would save my ass this way. Love you and admire you.
@laurahanna5228
@laurahanna5228 3 ай бұрын
Honestly, your videos are saving me this semester. You explain it better than my professor, thank you for making content like this.
@the_yb7
@the_yb7 Жыл бұрын
This my 6th/7th video in this channel, Man!!!! I got to say this, yo explanations are spot on and explaining in a logical way make really sense on each of the topics. Good luck and keep doing
@pavelkvasnicka6856
@pavelkvasnicka6856 Жыл бұрын
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
@Bastyanul
@Bastyanul 2 жыл бұрын
Thanks for the video and the knowledge you offer!
@Armadder
@Armadder 6 ай бұрын
Thank you for this video, I'm just about done reading the pdf I have in my coding class because it just goes on; I've never been huge on reading instructions. This gets straight to the point and makes the purpose of it obvious.
@GeoffreyofCastille
@GeoffreyofCastille 2 жыл бұрын
Great explanation, very helpful!
@NotYou-xk2bo
@NotYou-xk2bo 2 жыл бұрын
Another great and easy to understand video
@a2011q
@a2011q 2 жыл бұрын
thank you bro, I am using your videos to learn java, very helpfull to me, good luck, keep up the good work !!!
@viktoriyapetrova8692
@viktoriyapetrova8692 Ай бұрын
thank you so much for the explanation, you are the best!!! You did in 5 minutes what my professor was not able to do the whole semester.
@juanbaquero8628
@juanbaquero8628 3 ай бұрын
Cristal clear! Thanks bro!
@georgey084
@georgey084 2 жыл бұрын
I have been avoiding any instance that would make me use abstract classes cos the articles I read before never explained it clearly but I think this is the safest way to me now. I have been creating classes and just making things simple by using access modifiers, but yeah, thumb up Bro.
@danny.3036
@danny.3036 3 жыл бұрын
Thanks, Bro! ☕ You're awesome!
@augischadiegils.5109
@augischadiegils.5109 3 жыл бұрын
Another awesome video thanks bro :)
@jerryysen
@jerryysen 3 ай бұрын
the car dealership example
@elionayzuridasilveira4140
@elionayzuridasilveira4140 20 күн бұрын
Thank you man for this new old tutorial
@izlepox5234
@izlepox5234 Жыл бұрын
thank you bro, my professor didnt explain this well and now i totally get it
@mohammadalaskari700
@mohammadalaskari700 2 жыл бұрын
This really helped me. Thank you.
@jasonpoonia
@jasonpoonia 2 жыл бұрын
You are a legend!
@revanthk61
@revanthk61 2 жыл бұрын
Best video to learn about Abstract Classes.
@Comedianalexj
@Comedianalexj 8 ай бұрын
Nice bro... this made it sooo simple to understand! Thx
@PetiteKero
@PetiteKero 8 ай бұрын
I LOVE these explanations, the example with the dealership and the vagueness was extraordinary. 💙 Just one thing that's still keeping me from fully diving into everything: I sometimes miss the practical use. Why would I wanna prevent somebody from instantiating the abstract class? Why do I need to send values to a constructor and not just use the Main class? Any idea how to untie this knot in my brain (which lets me think a miss the very basics of Java)?
@supersakib62
@supersakib62 2 жыл бұрын
Thanks for clear cut explanation.
@FarizDarari
@FarizDarari 2 жыл бұрын
Many thanks! Stay healthy, stay happy, Bro Teacher!
@hachemhannechi6422
@hachemhannechi6422 2 жыл бұрын
Good videos , very helpful , we need a mysql tutorial to complete the full stack dev
@nawfalnjm5699
@nawfalnjm5699 3 жыл бұрын
great video , thank you !
@deez-48
@deez-48 Жыл бұрын
thanks that helped me remember the concept
@sanskritigiri
@sanskritigiri 6 ай бұрын
This was a great example
@kemann3815
@kemann3815 2 жыл бұрын
Extraordinary work
@YouTube4u95
@YouTube4u95 8 ай бұрын
Very helpful, thank you.
@chiyuzhang3089
@chiyuzhang3089 11 ай бұрын
simple and awesome like always
@miuwai6211
@miuwai6211 2 жыл бұрын
Clear explanation. Thank you Bro -:)
@ericamuhammad5082
@ericamuhammad5082 2 жыл бұрын
Thank you!
@aiueo8962
@aiueo8962 10 ай бұрын
anjay, langsung paham gw, keren bang, lanjutkan kerjamu
@jahed1311
@jahed1311 2 жыл бұрын
youre just great .
@deeplife9654
@deeplife9654 Жыл бұрын
Just made a comment for prayer to KZbin algorithm ❤❤❤❤❤
@yousifalisyed5504
@yousifalisyed5504 Жыл бұрын
Thanks for the explanation
@sergeyb6071
@sergeyb6071 3 жыл бұрын
very well explained!
@immortlreacts1740
@immortlreacts1740 Жыл бұрын
appreciate it!
@luisantonio7191
@luisantonio7191 11 ай бұрын
Thanks for the class
@Gabriel-xq6tn
@Gabriel-xq6tn 23 күн бұрын
Good explanation. Do you need to have a regular method inside an abstract class since an abstract class cannot instantiate objects?
@usfeed4902
@usfeed4902 3 жыл бұрын
great ! thanks !
@rafalgontarski3254
@rafalgontarski3254 Жыл бұрын
That's awesome
@TheEvertonDias
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@user-zq6yx7of5f
@user-zq6yx7of5f Жыл бұрын
Thank you very much!!
@jessepen2
@jessepen2 Жыл бұрын
THANKS BRO!
@aryan-ko3il
@aryan-ko3il 7 ай бұрын
Love you, from France
@omxln237
@omxln237 Жыл бұрын
Hi there was watching this on the playlist I've gotten confused with interfaces and abstraction Do you have any websites or videos explaining the main differences ? Thankyou in advance (videos are really helpful saving me on my CS degree as a first year xD)
@tamekkaknuth9612
@tamekkaknuth9612 Жыл бұрын
Nice job again!!
@Muhammadfaisal-kd9kx
@Muhammadfaisal-kd9kx 7 ай бұрын
easy to understand thankyou
@davidkuda7074
@davidkuda7074 2 жыл бұрын
Nice bro, thanks!
@mahmoudelsayed2325
@mahmoudelsayed2325 2 жыл бұрын
appreciated man!
@dllm3tommy741
@dllm3tommy741 7 ай бұрын
Thanks for the video
@michael_scarn_
@michael_scarn_ Жыл бұрын
Thank you Bro, you're the best!
@rrsb45
@rrsb45 2 жыл бұрын
thx a lot bro!
@nycolleamaral581
@nycolleamaral581 3 ай бұрын
thanks you, I am brasilian and dont understanding ingles very, but you tell so good!
@soumelee5661
@soumelee5661 Жыл бұрын
i finally understand abstract class, like the "why?" of this topic
@tamekkaknuth9612
@tamekkaknuth9612 Жыл бұрын
thank you !!
@kardrynka
@kardrynka 10 ай бұрын
Perfect
@hgatl
@hgatl 3 жыл бұрын
awesome video
@xXMaDGaMeR
@xXMaDGaMeR 2 жыл бұрын
love you bro
@minhtetpaing1695
@minhtetpaing1695 3 жыл бұрын
Thank you so much sir.
@o.jpinzon1854
@o.jpinzon1854 5 ай бұрын
super!
@user-wf8pv2rb3k
@user-wf8pv2rb3k 3 ай бұрын
best channel on youtube.
@thomas_1611
@thomas_1611 Жыл бұрын
Bro is the best
@yevgenomelchenko732
@yevgenomelchenko732 Жыл бұрын
Hey you many thanks to you!!!
@huuloc8719
@huuloc8719 2 жыл бұрын
Nice.
@tukwasiibwemartin1587
@tukwasiibwemartin1587 Жыл бұрын
Thanx for this. Under what circumstances does a class become abstract?
@aliozeir4546
@aliozeir4546 Жыл бұрын
perfect
@hawzhin010
@hawzhin010 Жыл бұрын
thanks for you bro❤
@romanrubanovich9273
@romanrubanovich9273 3 жыл бұрын
Thank you so much
@rashmikakelum8803
@rashmikakelum8803 Жыл бұрын
thank you bro
@ghettoslick2000
@ghettoslick2000 6 ай бұрын
Thanks Bro
@Sin1kicune
@Sin1kicune Жыл бұрын
nice job bro
@user-hf8fv2jm1o
@user-hf8fv2jm1o 9 ай бұрын
Thank you
@yonasfikadie5323
@yonasfikadie5323 Жыл бұрын
nice ❤💛💚
@Hirenji
@Hirenji Жыл бұрын
thank youu broooo
@jennethestrada2232
@jennethestrada2232 7 ай бұрын
great
@lmao9619
@lmao9619 24 күн бұрын
best person in the world
@LushPleiades
@LushPleiades Жыл бұрын
thanks bro
@davidmechtech2317
@davidmechtech2317 Жыл бұрын
number one
@user-ju2tj3kr6n
@user-ju2tj3kr6n 10 күн бұрын
Thanks
@beboadel1241
@beboadel1241 Жыл бұрын
thank you
@soumyadeeppatra5478
@soumyadeeppatra5478 2 жыл бұрын
cool bro
@PoorwayTraning
@PoorwayTraning Жыл бұрын
thanks
@rinadem5219
@rinadem5219 Жыл бұрын
best ever
@developerjunior446
@developerjunior446 3 жыл бұрын
Super
@mihanfernando9890
@mihanfernando9890 11 ай бұрын
right on the point no bullshit
@user-wv1in8fq4b
@user-wv1in8fq4b 4 ай бұрын
liking it
@glorysonhorace3265
@glorysonhorace3265 2 жыл бұрын
Thanks broh
@justinbanza4751
@justinbanza4751 2 жыл бұрын
very useful
@arkamukhopadhyay2177
@arkamukhopadhyay2177 3 жыл бұрын
Sir, I have two questions: 1. Can an abstract class have a normal (non-abstract) method? 2. Can a normal class have an abstract function?
@BroCodez
@BroCodez 3 жыл бұрын
Hello Arka! Good questions 1. An abstract class will need static methods since we cannot create an instance of an abstract class 2. A normal class cannot have abstract methods
@arkamukhopadhyay2177
@arkamukhopadhyay2177 3 жыл бұрын
@@BroCodez Thanks!!! 👍
@waleedahmed396
@waleedahmed396 2 жыл бұрын
@@arkamukhopadhyay2177 abstract class can hove normal method
Java access modifiers: (public, protected, private) 🔒
10:13
Java interface 🦅
7:51
Bro Code
Рет қаралды 173 М.
Chips evolution !! 😔😔
00:23
Tibo InShape
Рет қаралды 42 МЛН
1🥺🎉 #thankyou
00:29
はじめしゃちょー(hajime)
Рет қаралды 74 МЛН
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 28 МЛН
Java encapsulation 💊
8:27
Bro Code
Рет қаралды 100 М.
The Flaws of Inheritance
10:01
CodeAesthetic
Рет қаралды 882 М.
Abstract Class In Java Tutorial #79
8:55
Alex Lee
Рет қаралды 532 М.
#61 Abstract Keyword in Java
12:09
Telusko
Рет қаралды 115 М.
Fundamental Concepts of Object Oriented Programming
9:16
Computer Science
Рет қаралды 839 М.
Java methods 📞
11:05
Bro Code
Рет қаралды 117 М.
Java polymorphism 🏁
6:12
Bro Code
Рет қаралды 108 М.
Abstract Classes and Methods in Java Explained in 7 Minutes
7:00
Coding with John
Рет қаралды 471 М.
Java toString method 🎉
6:39
Bro Code
Рет қаралды 85 М.
Java super keyword 🦸‍♂️
8:09
Bro Code
Рет қаралды 87 М.
#miniphone
0:18
Miniphone
Рет қаралды 11 МЛН
How Neuralink Works 🧠
0:28
Zack D. Films
Рет қаралды 32 МЛН
Куда пропал 3D Touch? #apple #iphone
0:51
Не шарю!
Рет қаралды 595 М.
Эволюция телефонов!
0:30
ТРЕНДИ ШОРТС
Рет қаралды 6 МЛН