#1159. python-面向对象-创建了新的类grandParent并定义myMethod方法,创建子类Parent和孙类Child...

python-面向对象-创建了新的类grandParent并定义myMethod方法,创建子类Parent和孙类Child...

Background

Description

python-面向对象-创建了新的类grandParent并定义myMethod方法,创建子类Parent和孙类Child...,调用孙类、父类、祖类的myMethod:

调用子类方法

调用父类方法

调用祖类方法

Format

Input

Output

Samples


调用子类方法
调用父类方法
调用祖类方法

Limitation

1s, 1024KiB for each test case.