33.密封类

密封类

不能够被其他类继承,但是可以继承于其他类。使用sealed进行修饰。

public sealed class Person {
        
}
posted @ 2020-05-20 15:55  兔子不会吃草  阅读(172)  评论(0编辑  收藏  举报