Home > Q&A > body text
用子类初始化父类的意义什么?
黄舟2017-04-17 14:35:12
When a subclass initializes a parent class, does it mean that the subclass calls the constructor or does it mean that the subclass inherits the parent class? I didn’t read too many questions
PHP中文网2017-04-17 14:35:12
Is the question asking about the initialization of A* p =new B?