Object Oriented Ruby Ruby is pure object-oriented language and - TopicsExpress



          

Object Oriented Ruby Ruby is pure object-oriented language and everything appears to Ruby as an object. Every value in Ruby is an object, even the most primitive things: strings, numbers and even true and false. Even a class itself is an object that is an instance of the Class class. This chapter will take you through all the major functionalities related to Object Oriented Ruby. A class is used to specify the form of an object and it combines data representation and methods for manipulating that data into one neat package. The data and methods within a class are called members of the class. hackersit/object-oriented-ruby/
Posted on: Sat, 24 Jan 2015 09:30:32 +0000

Trending Topics



Recently Viewed Topics




© 2015