2011-09-03

super


class Person
def initialize(name)
@name = name
end

def name
return @name
end
end

class Doctor < Person
def name
“Dr. “ + super
end
end

That, in short, is how super works. 

0 Comments:

Post a Comment

<< Home

Google
 
Web luminus529.blogspot.com