+ 16
Why "Meow" and why not "Meow" and "Hi" ? Зашто "Meow" а не "Meow" и "Hi" ?
3 Antworten
+ 16
Thanks John Wells, Vukan and others !¡
Хвала John Wels, Vukan и другима !¡
+ 8
If you want both Meow & Hi, do this. If you want Hi first, put it before Meow line.
class Cat < Animal
def speak
puts "Meow"
super
end
end
+ 6
u izvedenoj klasi si definisao istu metodu kao i u nadredjenoj klasi i time preklopio metodu iz nadredjene klase. Ne moras kao u nekim programskim jezicima eksplicitno naglasiti da je ta metoda preklopljena