How to push down a constructor?

Hi!

I want to define the constructors in the implementing class, and I want to
borrow them from the base class. How do I do it?


0
Avatar
Permanently deleted user

I want to define the constructors in the implementing class, and I want to
borrow them from the base class. How do I do it?


Generate constructor (Alt-ins) in the implementing class?

Or do you mean steal instead of borrow?


0

请先登录再写评论。