In this simple tutorial ruby class guide video, I show you how to create classes and objects! This is an important skill to have… especially using the Ruby programming language! I show you a very simple beginner friendly way to create a class, and then make objects using that class(our class is our blueprint!).
Knowing how to create a class in ruby is super important, considering it is an OOP language!
Check out my FizzBuzz challenge video!
https://youtu.be/6-b_e4xvatM
Ruby Classes and Objects:
https://www.tutorialspoint.com/ruby/ruby_classes.htm
Ruby Classes in detail:
http://www.eriktrautman.com/posts/ruby-explained-classes
Ruby Modules, Classes, and Objects:
https://learnrubythehardway.org/book/ex40.html
_________
Song used in video:
Brittle Rille – Reunited by Kevin MacLeod is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/)
Source: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1200047
Artist: http://incompetech.com/
Amazon Auto Links: No products found.
You are amazing! You have no idea how much time I spent f#!!@ing around with needlessly complex and incomprehensible tutorials in an attempt to figure out classes. After 3 minutes of your vid’ I GET IT! I really, finally get it. Can’t thank you enough.
PS
You’re awesome.
When are you going to put up some new videos???
class Kitty{
meow() {
document.write(“Meow meow”);
}
}