Classes & Objects | Ruby | Tutorial 29

Sdílet
Vložit
  • čas přidán 3. 06. 2024
  • Source Code - www.giraffeacademy.com/program... This video is one in a series of videos where we'll be looking at programming in ruby. The course is designed for new programmers, and will introduce common programming topics using the ruby language.
    Throughout the course we'll be looking at various topics including variables, arrays, getting user input, loops, conditionals, object orientation, and much more.

Komentáře • 27

  • @kayb8991
    @kayb8991 Před 5 lety +14

    I'm learning ruby and you definitely have the best videos on it that I've seen on YT. Great job

    • @ricardorien
      @ricardorien Před rokem

      What about now? are you working with Ruby?

  • @DenzelBraithwaite-LBPSB
    @DenzelBraithwaite-LBPSB Před 2 lety +3

    I've seen a lot of your videos, I watched a lot of the python ones as well, I really appreciate all the information you give and the time you spend doing this.

  • @x0onatyo0x
    @x0onatyo0x Před 3 lety +1

    Hey, you definitely have a gift. Thank you for explaining this, I've been struggling because some people know a lot code but don't know how to explain.

  • @MiSt3300
    @MiSt3300 Před 4 lety +2

    Thank you for letting me understand what the attr_accessor/attr_writer/attr_reader is... I had problems with implementation of the knowledge of classes and objects I got from Codecademy into real programming...
    Thanks man!

  • @TheTorresTaylor
    @TheTorresTaylor Před 3 lety +1

    such a clear and straightforward explanation, love it!! keep it up!

  • @dadkinson
    @dadkinson Před 5 lety +3

    Much appreciate the magnified text, great for cellphone learning. Thanks, good vid

  • @randerins
    @randerins Před 4 lety +2

    I finally understand this. You're a great teacher. Thanks a lot!

  • @blackneos940
    @blackneos940 Před 4 lety +3

    Looked up J.R.R. Tolkien's name to check for spelling accuracy, and I learned that his full name was John Ronald Reuel Tolkien! :) Thanks for the lesson man! :) I'm good with multiple Languages, but Ruby is something I need to practice more. (:

  • @seanzacharyjatayna5674
    @seanzacharyjatayna5674 Před 4 lety +2

    Thank you, you make it easy to understand :)

  • @marsdwarf
    @marsdwarf Před 3 lety

    Great explanation, thanks!

  • @adesuyifisola2327
    @adesuyifisola2327 Před 2 lety

    Thank you so much for this wonderful video. It helps alot

  • @urchymanny
    @urchymanny Před 3 lety

    You're doing great!

  • @ricardorien
    @ricardorien Před rokem

    Thanks Mike!

  • @georgedainton3268
    @georgedainton3268 Před 2 lety

    You’re the man Mike

  • @Udaridamarakula1234
    @Udaridamarakula1234 Před rokem

    thank you very much

  • @jasonwhitlock6728
    @jasonwhitlock6728 Před 3 lety

    thank god this video exists

  • @Lyrik-Klinge
    @Lyrik-Klinge Před 4 lety

    good man, good job!

  • @july2038
    @july2038 Před 3 lety

    ty homies, so informative

  • @evanperrygiblin
    @evanperrygiblin Před 5 lety

    what if you want to have a lot of books? (1..num_books).each { |book_num| Book.new(book_num) } #how do you then access each book?

  • @legenderygamer8264
    @legenderygamer8264 Před 3 lety

    In widows his variable nad many things are not working

  • @waimanlee6845
    @waimanlee6845 Před 5 lety

    its not letting me run the project because class name MUST be CONSTANT.

    • @youtubeuserash
      @youtubeuserash Před 4 lety +3

      Class name should start with an upper case character

  • @tindansandow8823
    @tindansandow8823 Před rokem

    I neve understood how classes and objects work

    • @masoud9105
      @masoud9105 Před 3 měsíci

      Me too! you are not alone bro :D

  • @MrPaulOMalley
    @MrPaulOMalley Před 2 lety

    Line 11 should be 'book2.title = "The Lord of the Rings"'. Line 12 should be 'book2.author = "J. R. R. Tolkien"'.