Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#ruby
different actions are known as methods, although you'll often see Rails enthusiasts refer to the methods of a controller (a kind of object used in Rails with which you'll become very familiar) as actions; you can safely consider the two terms to be interchangeable.
If you want to change selection, open document below and click on "Move attachment"

Object Oriented Programming
like and equipping them with functionality. For example, a class named Car might define the attributes color and mileage for its objects, and assign them functionality: actions such as open the trunk, start the engine, and change gears. These <span>different actions are known as methods, although you'll often see Rails enthusiasts refer to the methods of a controller (a kind of object used in Rails with which you'll become very familiar) as actions; you can safely consider the two terms to be interchangeable. Understanding the relationship between a class and its objects is integral to understanding how OOP works. For instance, one object can invoke functionality on another object


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.