Java object passing 🏬

  Рет қаралды 79,373

Bro Code

Bro Code

Күн бұрын

Пікірлер: 124
@BroCodez
@BroCodez 4 жыл бұрын
//********************************************** public class Main { public static void main(String[] args) { Garage garage = new Garage(); Car car1 = new Car("BMW"); Car car2 = new Car("Tesla"); garage.park(car1); garage.park(car2); } } //********************************************** public class Garage { void park(Car car) { System.out.println("The "+car.name+" is parked in the garage"); } }//********************************************** public class Car { String name; Car(String name){ this.name = name; } }}//**********************************************
@HuyNguyen-qx2jr
@HuyNguyen-qx2jr Жыл бұрын
What a brilliant way of teaching code! I'm not good at English but I can understand almost what you say in video! Thank you so much!
@programminglover2851
@programminglover2851 3 жыл бұрын
I really appreciate your brilliant way of teaching. It was awsome ;)
@dianamilenaarchilacordoba4632
@dianamilenaarchilacordoba4632 3 ай бұрын
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
@kemann3815
@kemann3815 3 жыл бұрын
Man, at first, i just wanted to learn java to make minecraft mods. After watching your videos, now i want to learn other languages too. You are great, much love ❤
@nhatnguyenquoc2004
@nhatnguyenquoc2004 Жыл бұрын
wow cool dude
@doggo2821
@doggo2821 5 ай бұрын
your awesome I did not know you can create minecraft mods using java
@BalaKumaran-g9j
@BalaKumaran-g9j Жыл бұрын
nice explanation. Thanks for the videos.
@TechWithSabri
@TechWithSabri 5 ай бұрын
Thanks Bro for this Series, i'm a Python Guy, but i'm enjoying getting the info again for Java
@stevenadisantoso8219
@stevenadisantoso8219 3 жыл бұрын
Easy to understand this is what i need 👍
@millejadecabrera4544
@millejadecabrera4544 3 жыл бұрын
enjoying this java tutorial, hoping for project based tutorial for java☺️☺️☺️
@deeplife9654
@deeplife9654 Жыл бұрын
Bro code is incredible. So fun and easy to learn. I am a self learner. So far I feel that I do not need anyone help to learn Java 😂😂. Bro is more than enough. ❤. To point and short & all necessary explanations
@kalyaniv2863
@kalyaniv2863 Жыл бұрын
Great explanation!Thank you
@yellowhellow-wi9gi
@yellowhellow-wi9gi Ай бұрын
thank you bro you are a life saver
@stevonolandem2712
@stevonolandem2712 7 ай бұрын
Another simple example, thanks.
@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
@ceop1239
@ceop1239 4 жыл бұрын
Awesome teacher
@lmao9619
@lmao9619 7 ай бұрын
you are the absolute best bro. i love you bro
@iamTHIEN013
@iamTHIEN013 7 ай бұрын
Please do the road map, what to study in JAVA to get a job. Thank you so much
@soumelee5661
@soumelee5661 2 жыл бұрын
nice vid very good explanation
@sabaasifkhan2288
@sabaasifkhan2288 17 күн бұрын
thankyou sir its my exam tommorow and you have clear my concept
@joyceasante8292
@joyceasante8292 Жыл бұрын
Object passing Passing an object as an argument to a method public class Main { public static void main(String[] args) { Warehouse warehouse = new Warehouse(); Commodity commodity1 = new Commodity("corn"); Commodity commodity2 = new Commodity("soya bean"); warehouse.stock(commodity1); warehouse.stock(commodity2); } } **************** public class Warehouse{ void stock(Commodity commodity){ System.out.println("The "+commodity.article+" is stocked in the warehouse"); } } ********* public class Commodity{ String article; Commodity(String article){ this.article = article; } }
@বাউণ্ডুলেঅনুপ
@বাউণ্ডুলেঅনুপ 4 жыл бұрын
Well explained! Bro
@BroCodez
@BroCodez 4 жыл бұрын
thanks for watching Codle
@danny.3036
@danny.3036 3 жыл бұрын
Thanks, Bro! ☕ You're awesome!
@pradeepg4498
@pradeepg4498 2 жыл бұрын
Channel name is beautiful 👌🙏🏻
@nikleduc2148
@nikleduc2148 4 жыл бұрын
how do you only have 11k subs I've recommended you to like every new coder I know
@BroCodez
@BroCodez 4 жыл бұрын
thanks Nik!
@DudeWhoGames
@DudeWhoGames 4 жыл бұрын
Do you happen to have a discord by any chance? would be really helpful to get help on more specific problems! Other wise amazing videos!
@BroCodez
@BroCodez 4 жыл бұрын
I'd love to, but I don't think I could handle a discord right now. Maybe in the future when I have more time I could
@gervinho243
@gervinho243 3 жыл бұрын
@@BroCodez Even if you don't have time, the thing is, with Discord, someone in the community may have an answer to our concern. We just need real-time interactions, sometimes, for very few specifics problems that do not necessarily need a video to be made for. Hope you understand.
@anatolisavin3155
@anatolisavin3155 3 жыл бұрын
my friend, will you ever teach spring ? java for web. I'm willing to pay you for a course like that. create a patreon !
@ctluwua7695
@ctluwua7695 3 жыл бұрын
Yeah!!
@VladimirM88
@VladimirM88 3 жыл бұрын
This! Please! I'd gladly pay for a Spring course from you!!!
@aruldilip9430
@aruldilip9430 3 жыл бұрын
How to contact the instructor, is he having a website
@vithuhavoc2056
@vithuhavoc2056 2 ай бұрын
Thank you so much Sir ..
@looming_
@looming_ 3 жыл бұрын
clear, concise. Liked.
@anasibrahim6548
@anasibrahim6548 3 жыл бұрын
great explination
@misterwiggles8771
@misterwiggles8771 2 жыл бұрын
for the algorithm
@eugenezuev7349
@eugenezuev7349 7 ай бұрын
Bro is just a lifesaver
@曾毓哲-b1t
@曾毓哲-b1t Жыл бұрын
Thank you very much
@JFErikson
@JFErikson 2 жыл бұрын
If you had a second method in garage to park motorcycles, you would have it call a motorcycle object as well but both would exist within garage, correct?
@brauliosxd
@brauliosxd Жыл бұрын
Thank you Bro
@fargetti5385
@fargetti5385 2 жыл бұрын
Very good thank you!
@Devmini_Weerasinghe7613
@Devmini_Weerasinghe7613 Жыл бұрын
thanks bro 🙏
@TheEvertonDias
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@mauxcbr4879
@mauxcbr4879 3 жыл бұрын
Great job!
@armaulan
@armaulan 3 жыл бұрын
easy to understand
@theinthanzaw3069
@theinthanzaw3069 2 күн бұрын
Thank bro
@tamekkaknuth9612
@tamekkaknuth9612 2 жыл бұрын
this may seem weird I love how you put a symbol or picture after your title!!
@huuloc8719
@huuloc8719 3 жыл бұрын
NIce.
@_7.T_
@_7.T_ 4 жыл бұрын
thank you my Bro ♥♥♥
@JakubFischer-hm4re
@JakubFischer-hm4re 2 жыл бұрын
love you broski
@honoredegg
@honoredegg 2 жыл бұрын
Understood with using integers. 32th. Thank you, ma Bro Sensei!
@cate01a
@cate01a 4 жыл бұрын
well explained!
@minhtetpaing1695
@minhtetpaing1695 3 жыл бұрын
Thank you so much sir.
@inhhai6773
@inhhai6773 3 жыл бұрын
Thanks, bro.
@pa-305
@pa-305 3 жыл бұрын
Best broooo
@cdjosh3568
@cdjosh3568 4 жыл бұрын
Lets goooo!
@smwalez7196
@smwalez7196 Ай бұрын
thank you so much ❤
@developerjunior446
@developerjunior446 3 жыл бұрын
Thanks Bro
@matinmonshizadeh
@matinmonshizadeh 3 жыл бұрын
thanks bro
@shdkdelllp9985
@shdkdelllp9985 2 жыл бұрын
ThanksBRO
@ibrahimylmaz8378
@ibrahimylmaz8378 2 жыл бұрын
thank you bro
@mryoloTHEgreek
@mryoloTHEgreek 8 ай бұрын
lets go bro
@malachijamison429
@malachijamison429 Жыл бұрын
Thanks Bro Code!
@augischadiegils.5109
@augischadiegils.5109 4 жыл бұрын
Nicee!!
@omerabdelraheem964
@omerabdelraheem964 2 жыл бұрын
how the non static method worked in a static class??? the method bark in the class main
@salvadego7834
@salvadego7834 2 жыл бұрын
nice
@varunsai4222
@varunsai4222 2 жыл бұрын
nycc
@percivalgebashe4376
@percivalgebashe4376 Жыл бұрын
Nice
@themodestai9603
@themodestai9603 4 жыл бұрын
Thank you
@PoorwayTraning
@PoorwayTraning Жыл бұрын
thanks
@gentle9964
@gentle9964 Жыл бұрын
gerade vid as always
@sebysurfer
@sebysurfer Жыл бұрын
thx bro 🤙
@alialhussain4139
@alialhussain4139 6 ай бұрын
Thanks, Bro 06/08/2024
@quanlien8017
@quanlien8017 Жыл бұрын
the examples in the video. Could it be called injection dependency?
@W3r3-w0lf
@W3r3-w0lf 2 жыл бұрын
Bro what is benefit of passing object to a method in actual programming? is it for placing some data then using them later ? is it relevant to Data binding?
@sahirbadr8901
@sahirbadr8901 Жыл бұрын
I believe this is just a simple way of explaining how it works, later on the objects getting passed are entered via user input
@W3r3-w0lf
@W3r3-w0lf Жыл бұрын
@@sahirbadr8901 I get it i've completed java Gui and oop now I realize why do we use it, it has several benifits in polymorphism aggrigation and downcasting classes and in relationships between classes, reduces creating object in method only we pass reference to method for memory complexity avoiding redundancy. That was 4 month ago nearly 5, I had no clue what was object and passing via parameters
@sahirbadr8901
@sahirbadr8901 Жыл бұрын
@@W3r3-w0lf thanks for telling me, I didn't even know that!
@AbhishekSingh-tf6sx
@AbhishekSingh-tf6sx 2 жыл бұрын
Yeah Bro !
@user-xe8vl9eh9l
@user-xe8vl9eh9l 3 жыл бұрын
your voice is very clear which software and mic do you use for recording videos
@wallstreetbets7741
@wallstreetbets7741 2 жыл бұрын
learnt but can rewatch
@TWVVermin
@TWVVermin 2 жыл бұрын
thank you.
@azleezlee
@azleezlee 4 жыл бұрын
Thanks
@BroCodez
@BroCodez 4 жыл бұрын
thank you for watching Azlee!
@Skyland_200
@Skyland_200 5 ай бұрын
king
@asemshaat6672
@asemshaat6672 3 жыл бұрын
What's the difference between these two initialized variables? public int age; int age;
@whoami-dt8vo
@whoami-dt8vo 3 жыл бұрын
Both of these are not initialized they are just declared. I guess what u wanted to ask was access modifiers. "int age" is default access modifier which means it can be used inside the package where it was declared. Whereas "public int age" means it can be used outside the package and pretty much any where else. I hope this answers your doubt.
@dalv8749
@dalv8749 Жыл бұрын
ty
@adityaalshi7081
@adityaalshi7081 2 жыл бұрын
❤️🙌👌
@MusaKhan-rn3mn
@MusaKhan-rn3mn 4 жыл бұрын
THANKS BRO LY
@BroCodez
@BroCodez 4 жыл бұрын
Luv U 2 NO HOMO
@nikleduc1158
@nikleduc1158 3 жыл бұрын
Bro Code is my love! I will fight you for him ⚔
@Ace-le7ld
@Ace-le7ld Жыл бұрын
@eugenelichen1435
@eugenelichen1435 Жыл бұрын
Anyone know why he doesn’t have to put public in the constructors?
@nikitassouvatzis1928
@nikitassouvatzis1928 2 жыл бұрын
Ένα ακόμα σημαντικό μάθημα για τα αντικείμενα στη Java.
@anjapietralla5767
@anjapietralla5767 11 ай бұрын
🚘
@alexyakoveno4682
@alexyakoveno4682 2 жыл бұрын
@sudeshsachintha5737
@sudeshsachintha5737 2 жыл бұрын
gg
@akhileshsohotoo4428
@akhileshsohotoo4428 Жыл бұрын
I am a fellow bro !
@chakmak
@chakmak 3 жыл бұрын
need new videos!
@ZalaBhai
@ZalaBhai Жыл бұрын
You didn't discussed technicalities..what happens behind the scene..😊
@storiesbeneaththesurface1942
@storiesbeneaththesurface1942 2 ай бұрын
1
@oguzhantopaloglu9442
@oguzhantopaloglu9442 4 жыл бұрын
👍
@AARTIKUMARI-fe8wx
@AARTIKUMARI-fe8wx Жыл бұрын
vedio 32
@nikleduc1158
@nikleduc1158 3 жыл бұрын
I'm subscribed to you on three different accounts (school, "work" and normal) I am your biggest SIMP
@tatakaetatakae3358
@tatakaetatakae3358 Жыл бұрын
Hi
@vineethv37
@vineethv37 9 ай бұрын
Hey YOU 🫵
@meggieelo
@meggieelo 3 жыл бұрын
@greeneggsandmushrooms9855
@greeneggsandmushrooms9855 3 жыл бұрын
where da porsche
@ap1136-c4m
@ap1136-c4m 8 ай бұрын
@nisandugimhan1317
@nisandugimhan1317 Ай бұрын
@ctluwua7695
@ctluwua7695 3 жыл бұрын
:)
@JanniceDatingaling
@JanniceDatingaling 5 ай бұрын
can't understand TwT
Java static keyword ⚡
8:18
Bro Code
Рет қаралды 122 М.
Java objects (OOP) ☕
10:46
Bro Code
Рет қаралды 199 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 64 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Симбочка Пимпочка
Рет қаралды 4,5 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 3,9 МЛН
Pass By Value and Pass By Reference In Java | Java Tutorials
26:02
Java toString method 🎉
6:39
Bro Code
Рет қаралды 104 М.
Java array of objects 🍱
6:16
Bro Code
Рет қаралды 117 М.
Java encapsulation 💊
8:27
Bro Code
Рет қаралды 125 М.
Java inheritance 👪
6:11
Bro Code
Рет қаралды 295 М.
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 835 М.
Learn Java in 15 Minutes (seriously)
19:50
ForrestKnight
Рет қаралды 139 М.
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 562 М.
Java copy objects 🖨️
7:08
Bro Code
Рет қаралды 59 М.
SOME UNIQUE C++ CODE! // Pacman Clone Code Review
26:42
The Cherno
Рет қаралды 289 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 64 МЛН