__index = self self.length = length or 0 self.breadth = breadth or 0 self.area = length*breadth; return o end -- derived class method ...
確定! 回上一頁