简体   繁体   中英

c# class inheritance

是否可以从继承自另一个基类的基类继承?

是的,继承可以随心所欲地进行。

You already have the answer provided in the question you asked before: c-abstract-classes .

I am not going to rewrite that code but if it's not perfect and it's give you errors then you need to do some debugging. Often times, people write code here that isn't 100% error free.

You need to run that code that was given to you and ask a SPECIFIC question about a SPECIFIC error. Post what you have tried and what you are trying to do along with your code.

Yes, it is! Look here . You know, there's a lot of reading you should do. Possibilities are exciting!

If you show us the code you are trying, maybe you would get more help.

是的,您只能从一个类继承,但该类可以从另一个类继承。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM