ICode9

精准搜索请尝试: 精确搜索
  • 1. python 和java的区别2022-09-17 00:32:06

    1、python 和java 继承的区别 class Person(): def __init__(): print("person") class Student(): def __init__(): print("Student") a=Student(): # 当实例化Student这个类的时候, 会首先调用自己的init 方法,当自己没有init方法是才会调用父类的init

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有