如题所示,怎样结决,!!

定义一个person类,初始化姓名(name)和记忆(memory) 定义一个student类,继承person类,定制study方法和test方法 实例化student类,并调用他的study方法和test方法。

img