Programming Ruby 04 -- Objects, Messaging, and Basic Types

preview_player
Показать описание
Ruby is a nice language for learning the concept of Object-Orientation. This video covers the very basics, focusing on messaging between objects (and calling object methods).
Рекомендации по теме
Комментарии
Автор

Thank you for taking out the time to make this basic but highly essential fundamentals tutorial, really appreciate it.

usingvancedplzdontban
Автор

You are a great teacher,
thank you!

xlu
Автор

For those troubled with basic maths, another easy way to remember is BODMAS. Brackets Open, Divide, Multiply, Add, Subtract. Follow this order of operators and you're good.

usingvancedplzdontban
Автор

Smalltalk = the objects send messages to each other; they engage in "small talk" with each other :)

IrizarryBrandon
Автор

I thought the .class method was to create your own object?

algames
Автор

For those troubled with basic maths, another easy way to remember is BODMAS. Brackets Open, Divide, Multiply, Add, Subtract. Follow this order of operators and you're good.

usingvancedplzdontban