Ruby craziness: Class vs Object?

后端 未结 7 1810
陌清茗
陌清茗 2020-12-07 08:53

I just started playing with JRuby. This is my first ruby post. I had a hard time understanding classes vs objects in Ruby. It doesnt mean like what classes & objects in

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 09:11

    As _why writes in this article

    objects do not store methods, only classes can.

    The first couple sections have some good points about classes vs objects

提交回复
热议问题