Great explanation. I'm at university studying CS and all my past classes literally spent the entire semester TRYING to explain this. Great, simple explanation with no fluff or overly complicated examples. Keep it up.
This is an incredibly easy to understand way of putting it. Seriously, you rock. The Ph.D professor who's teaching my intro to programming class didn't explain it nearly as well. Seriously, you got a gift for putting this stuff in just the right way.
You are the first person to ever explain constructors to me clearly. I have always been confused about them but you used the example of Pokemon to make it simple.
I know this video is 1.5 years old.. but I'm going through a Programming class currently and was searching for a video to try to be able to really understand objects vs. classes. Like everyone else said - you really explained it in such a clear way. It was so easy to follow. I've subscribed and plan on using your videos as supplemental learning material for the rest of my term (and then some)!
Thank you so much. You made it easy to grasp class and object and access objects outside the class. I spent weeks reading my uni module materials, and they made it complex to understand the concept. Much appreciated.
Its been 2 years since you released the video and idrk if you can imagine how many person you've helped, literally three teachers couldn't explain this to me. Thanks a lot brother
I don’t think I’ve ever seen a UA-cam video with out at least 1 dislike. I can definitely see how this dude earned a video with no dislikes he’s a phenomenal teacher and creator.
@CodeWaka This didn't age well. We can't see the dislikes anymore now. :D Still I completely agree with what you said 11 months ago, wondering why this doesn't have more views/likes.
Nostalgic example helped make it click, thank you! My professor had used an older RPG example, but learning via an example one experienced as a kid does something for comprehension.
OMGGGGGG AWESOOOME EXPLANATIONNN. IMMA CRY. I got an assignment due in 6 hours, and you literally explained what I've been trying to understand over the past 6 days. Thank you so much
Content like this is amazing! For people like myself that are just starting to learn, and the textbooks just are not clear enough or difficult to follow. Thank you for this! P.S the setup of your room. Bro, sooo nice.
Been watching so many videos on objects and classes this dude just came infront of me as an angel helping me to understand objects and classes thank you so so much brother
excellent explanation! I'm currently learning Java and it can get pretty confusing tbh. I'll definitely come back and check more of your content, subscribed
Seriously thank you! And I have finally understood what the constructor , that methods and functions are the same thing and that the variables inside a class are instance variables...I cannot understand why people do not know how to explain things as simple as you have done in this video.
Thank you. I have been following a course on W3schools and until Objects, was finding it fairly simple. Then their way of explaining the Object was (I think) pretty grim. It made it look like a horribly inefficient "array for the sake of it". Your explanation brings clarity. Thank you :)
Awesome explanation! I have to do a peer mentoring session on Constructors in my Java course. This helped so much. I'd love a full vid on Constructors and the various ways you can use them!
Bro, I love how you explain this stuff man I learned a lot about classes and objects, at first I try to code this I don't know that classes and objects are separated thanks to you I know now
my AP CS teacher didn't do a good job explaining this to me, and although I know he would help he looks very stern and makes it difficult to ask him questions, (idk why I have this problem) but your video explained it better in 10 minutes than his classes, if only I saw this before my final...
you are so good with explaining. im taking a programming class for java and i got so confused with the terminologies and their functions, even those ( ) confuses me as to why they are even there. it blocks me from moving forward with my studies because i just need to understand the concepts first or else i will be stuck. im the type to understand rather than memorize cuz i just cant recall anything if i dont understand it. ive been stuck for a week now. we are now in boolean expressions and i just cant go further because i dont get what do classes, methods, and variables really mean. But man, your video really helped me big time. Thank you!!!
i think understanding oop concept is the key of java and didn't see anyone else who explains oop as clean as this i could save huge amount of time if i found(and if it existed) your playlist when i was a beginner
My college professor thought it would be best to throw a bunch of assignments at us with only 2 sentence explanations. So we can go through the prosses of figuring things out ourself. Screw that, horrible teacher. You are amazing.
I was just reading my prof's slides on this and was kinda confused and then I come here to find a video about it and explaining it in terms of Pokemon made so much sense thank you lol
I'm coming from Gamemaker, which is also object-oriented, but trying to get into Minecraft modding. GML and Java are incredibly similar (dot operators, defining variables, etc) but classes have always stumped me. In Java you have classes and objects, and in Gamemaker you have objects and instances, respectively. At least, that's what it looks like to me (java class = gml object, java object = gml instance)
I had to sleep on this video and come back. I finally get it, thank you! One thing I'd change though is not use P1 and P2 like you did. I thought it was a mandatory naming scheme because I'm an idiot.
Why is this in two different files? I still don't understand it and doing it in two files is very different from what my classes/textbook are explaining it.
This doesn’t work and throws me errors. I’ve tried in multiple different browsers and visual studio says there’s nothing wrong with the code. I can’t find any help online. Please help
☕Want to master Java? Get my complete Java course: bit.ly/42mQlXE
@Elizabeth It looks like IntelliJ. Type "intellij download" into your browser. Then choose community version when you get to the download page
I noticed you mentioned in one of your videos that you coded in C#, so may I know what compelled the shift to Java ?
Thank you for your playlist.
ubaiyu
how can you explain what you dont understand
Great explanation. I'm at university studying CS and all my past classes literally spent the entire semester TRYING to explain this. Great, simple explanation with no fluff or overly complicated examples. Keep it up.
honestly going through the same thing man, just here for the degree tbh. UA-cam cs > Univ cs anytime
Meanwhile my semester uni forces me to do this within half a semester.
@@shadowrulezzz yeap I'm w u, my uni making us learn this within 2 days before our next assessment
was it a Java Class ? :)
Same
This is an incredibly easy to understand way of putting it. Seriously, you rock. The Ph.D professor who's teaching my intro to programming class didn't explain it nearly as well. Seriously, you got a gift for putting this stuff in just the right way.
perfect timing, currently learning about Classes and Objects in school, definitiely check out your other tutorials
can relate
can relate
How are you doing now ?
I know this video is almost 2 years old now, but I gotta say this is probably the most clear and concise video I've seen for this. Thank you :)
You are the first person to ever explain constructors to me clearly. I have always been confused about them but you used the example of Pokemon to make it simple.
I know this video is 1.5 years old.. but I'm going through a Programming class currently and was searching for a video to try to be able to really understand objects vs. classes. Like everyone else said - you really explained it in such a clear way. It was so easy to follow. I've subscribed and plan on using your videos as supplemental learning material for the rest of my term (and then some)!
Thank you so much. You made it easy to grasp class and object and access objects outside the class. I spent weeks reading my uni module materials, and they made it complex to understand the concept. Much appreciated.
Its been 2 years since you released the video and idrk if you can imagine how many person you've helped, literally three teachers couldn't explain this to me. Thanks a lot brother
The way you created that template of how to define the entire stuff, the structure, was hella awesome.
I don’t think I’ve ever seen a UA-cam video with out at least 1 dislike. I can definitely see how this dude earned a video with no dislikes he’s a phenomenal teacher and creator.
then the secound one will be mine
@CodeWaka
This didn't age well. We can't see the dislikes anymore now. :D
Still I completely agree with what you said 11 months ago, wondering why this doesn't have more views/likes.
theres an extension for it just lookup youtube dislike extension@@Keijiro86
Nostalgic example helped make it click, thank you! My professor had used an older RPG example, but learning via an example one experienced as a kid does something for comprehension.
Straight to the point and nothing left out. Thanks for this brother!
OMGGGGGG AWESOOOME EXPLANATIONNN. IMMA CRY. I got an assignment due in 6 hours, and you literally explained what I've been trying to understand over the past 6 days. Thank you so much
I had really struggled to understand this. My professors at university were not explained as you are. Thank you soo much!
Content like this is amazing! For people like myself that are just starting to learn, and the textbooks just are not clear enough or difficult to follow. Thank you for this!
P.S the setup of your room. Bro, sooo nice.
i am so glad to had the opportunity to find you , Thank you very much for the video.
Been watching so many videos on objects and classes this dude just came infront of me as an angel helping me to understand objects and classes thank you so so much brother
A simple explanation to something that can get real complicated. As a college student struggling, this is incredibly helpful
excellent explanation! I'm currently learning Java and it can get pretty confusing tbh. I'll definitely come back and check more of your content, subscribed
Seriously thank you! And I have finally understood what the constructor , that methods and functions are the same thing and that the variables inside a class are instance variables...I cannot understand why people do not know how to explain things as simple as you have done in this video.
Thank you. I have been following a course on W3schools and until Objects, was finding it fairly simple. Then their way of explaining the Object was (I think) pretty grim. It made it look like a horribly inefficient "array for the sake of it". Your explanation brings clarity. Thank you :)
I learned JS first and these concepts confused the ever living crap out of me. Thank you for painting a better picture in my head.
This is so crisp and simply taught. Pokémon Example summed up the whole concept really well. Deep gratitude for this tutorial.
Respect for you!!! Lessons are very perfect.
Awesome explanation! I have to do a peer mentoring session on Constructors in my Java course. This helped so much. I'd love a full vid on Constructors and the various ways you can use them!
Bro, I love how you explain this stuff man I learned a lot about classes and objects, at first I try to code this I don't know that classes and objects are separated thanks to you I know now
really good explanation, saved a lot of time!
Finally someone explaining this without all the gibberish. Thank you!
Just gained a subscriber man, love what you've got going on here
my AP CS teacher didn't do a good job explaining this to me, and although I know he would help he looks very stern and makes it difficult to ask him questions, (idk why I have this problem) but your video explained it better in 10 minutes than his classes, if only I saw this before my final...
I agree this is a very good example Im on week 6 of my cs programing class and this simplified it. Im going to use this video to make notecards.
thank you bro, i finally understand the difference between classes and objects as well as some other useful stuff 😄
you are so good with explaining. im taking a programming class for java and i got so confused with the terminologies and their functions, even those ( ) confuses me as to why they are even there. it blocks me from moving forward with my studies because i just need to understand the concepts first or else i will be stuck. im the type to understand rather than memorize cuz i just cant recall anything if i dont understand it. ive been stuck for a week now. we are now in boolean expressions and i just cant go further because i dont get what do classes, methods, and variables really mean. But man, your video really helped me big time. Thank you!!!
Good job. You are explaining in 10 minutes what my professor cannot explain in 2 lectures.
The nod was the best youtube intro I've seen.
Best Tutorial I ever watched about Java Classes & Objects
i think understanding oop concept is the key of java and didn't see anyone else who explains oop as clean as this
i could save huge amount of time if i found(and if it existed) your playlist when i was a beginner
what's oop?
@@fridaaa0 object oriented programming
My college professor thought it would be best to throw a bunch of assignments at us with only 2 sentence explanations. So we can go through the prosses of figuring things out ourself. Screw that, horrible teacher. You are amazing.
I was just reading my prof's slides on this and was kinda confused and then I come here to find a video about it and explaining it in terms of Pokemon made so much sense thank you lol
Thank you! Not to shame my professor but this has been incredibly helpful to address my confusion.
This video has ZERO dislikes for a reason. Simple way to explain something that seemed confusing all this time. THANK YOU
I just finished my first semester in OOP and this made so much more sense haha
Thank you so much, this helped me out a ton!
Thanks a lot! A good refresher. 😃👍🏾
I'm coming from Gamemaker, which is also object-oriented, but trying to get into Minecraft modding. GML and Java are incredibly similar (dot operators, defining variables, etc) but classes have always stumped me.
In Java you have classes and objects, and in Gamemaker you have objects and instances, respectively. At least, that's what it looks like to me (java class = gml object, java object = gml instance)
dude you explained it so well. really helped me out!!!
Can't wait for part 2
Did you ever end up releasing part 2 of this topic? Great tutorial, man! Thanks!
Thank youuu!!!! Love the background btw!
Literally 3 weeks of knowledge in just 12 minutes!!
thanks man, very well explained and concise
thank you boss, will surely check out the playlist!
Thanks so much bro. This honestly helped so much👍
In 10 minutes i understood this while my professor couldn't teach me in 6 hours bro thank you
very candid tutorial. I have really enjoyed it. thanks
Dev for 6 years and this i the best classes and objects basics vidoe
Very simple and clear. Thank you so much
thanks man ! now i have the understanding of this classes and object
Helped me as a refresher
That was a really cool coincidence, I was drinking my coffee while starting your video and you were drinking a soda 😂
I had to sleep on this video and come back. I finally get it, thank you! One thing I'd change though is not use P1 and P2 like you did. I thought it was a mandatory naming scheme because I'm an idiot.
Finally a good classes tutorial
now I love java agian after I started to understand this object thing
thanks a lot! Easy to understand and master. Please, make some on loops and branches. Thank you!!
I definitely understand this better with the Pokemon explanation. Reading material from University sucks and can be so hard to learn from🤦♂️
This was perfect. Just in time while studying for my java final. Will you make a polymorphism video?
Thank you for this tutorial, I really liked it.
I literally cannot thank you in words ❤️
thanks man loved this video
I really needed this omg
thanks
most productive 11 minutes of my life... thank you
Thank you so much for such clear and precise explanation, thank you man for saving my homework ;)
Brother, If you can see this, know that you deserve an award for this video. Wish i would have seen it sooner in my life. 😊
Good Explanation, Thank you.
Oh sweet thanks. is very similar to C#
I can work with that.
thanks again my dude.
Great explanation ever!
you taught this in a very orderly way you really have to go step by step in order to understand things like .this
Thank you. This was great
You're AWSOME! Thank you!
really really a very good explanation..... Thank you so much
amazing, thank you so much!
Great video and explanation. Thank you
Your tutorials are amazing :) keep making more - Awesome
Great explanation!
Learning this in my java class at college, no dis but my prof sucked major balls at explaining this. You did a great job.
9 hours of lectures failed to teach what you did in 10 mins. well done sir
thank you!
Congratulations you have earned a subscriber
Why is this in two different files? I still don't understand it and doing it in two files is very different from what my classes/textbook are explaining it.
thanks for the help
This doesn’t work and throws me errors. I’ve tried in multiple different browsers and visual studio says there’s nothing wrong with the code. I can’t find any help online. Please help
Thanks a lot man
Than you so much. You simplified a lot of stuff that I had understood wrong. It's two hours before my exam :D
PS Sorry if I misspelled something :D
Thank you very much, but I have a question. I want to create a layer and an object for the area of a rectangle?
thank you, thank you, thank you!!
you know its getting bad when youtube tutorials are teaching you 100x better than your college courses.
very well explained!
Where is the part 2 for this video?