Search Results
Searching for: Initializer in Ruby
Inheritance
Language: Ruby
Inheritance is used to inherit another class' members, including fields and methods. A sub class extends a super class' members.
Constructor
Language: Ruby
A constructor is a special method that builds the object when a new object is created.
Next Page >