21 Comments on “Java – OOP Basics 1/5 (Class and Object)”

  1. I've seen lots of programming tutorial videos, but this one is by far the best one. You have a very calming colour of voice and speak ina very engaging way and at the right pace for a beginner (which I assume is whom this tutorial was made for). Thank you sir!

  2. Human tom;
    tom = new Human();

    What exactly are these lines doing? The first one obviously declares a new human object named tom. (Like a variable) And the second initiates the object making it a new human? But isn't tom already declared as a human? Shouldn't Java already know that tom is a human. So why not something like create tom; ?

  3. I really wanna watch this, and then on the side it says " top 10 most annoying pokemon to catch" this is why I can't focus.

  4. OMG, im at work watching this. I am so excited to go home and try this out! Thank you, best thus far. This 13 minute video compared to numerous books.

  5. Great video, straight to the key points and extremely clear! My compsci prof needs to step his game up..

  6. I was looking for OOP tutorials and watched several videos on YouTube I have to say you explain the best

Comments are closed.