【Perl,PHP】LLバトルロワイヤル2【Ruby,Python】
at TECH
392:デフォルトの名無しさん
08/05/06 00:11:50
>>387
class Base
def hello
end
end
class Foo < Base
def hello
super
end
end
class Bar < Foo
end
としたとき、Bar.new.hello は Bar にとっての super の hello が呼び出されるべき?
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5373日前に更新/182 KB
担当:undef