Friday 4 March 2011

Static methods or class methods in Ruby and Python

Today when learning how to define a class method in Ruby I was curious how would I do that in Python. Here I have demonstrated how static/class methods look in these languages.


Ruby




Python


No comments: