Object-oriented Ruby 2 Fundamentals
Ruby is a dynamic, thoroughly object-oriented programming language with a focus on developer happiness and productivity. This course will teach you how to write object-oriented code with Ruby.
What you'll learn
Are you looking to become familiar with all the object-oriented programming features in Ruby? In this course, Object-oriented Ruby 2 Fundamentals, you’ll learn to implement object-oriented designs with Ruby. First, you’ll explore classes, objects, and inheritance. Next, you’ll learn about modules. Finally, you’ll discover how to follow the principles of object-oriented design in Ruby. When you’re finished with this course, you’ll have the skills and knowledge of the features of the language needed to write object-oriented code in Ruby.
Table of contents
- Version Check 0m
- Overview 3m
- Everything Is an Object 3m
- Creating and Instantiating Classes 2m
- Instance Methods and Variables 2m
- Object Initialization and Destruction 2m
- Accessors and Virtual Attributes 5m
- Class Methods and Variables 3m
- Class Instance Variables 1m
- Operators 3m
- Object Comparison and Ordering 3m
- Class Equality 1m
- Summary 1m