class MyCar { function Output() { print "MyCarクラスのOutputメソッドです\n"; } }