本文介绍了类不能继承和实例化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个类,但我想限制不继承。所以我可以使用密封关键字和
不实例化我可以使用抽象关键字,但两个关键字一次不可用如何处理这些scnerio?
解决方案
I have a class but i want to restrict not to inherit.so i can use sealed keyword and
not to instantiate i can use abstract keyword but both keywords are not useable at a time how to handle these scnerio?
解决方案
这篇关于类不能继承和实例化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!