Questions tagged «sealed»

5
什么是密封性状?
密封的类在“在Scala中编程”中进行了描述,但是密封的特征没有。在哪里可以找到有关密封性状的更多信息? 我想知道,密封特征是否与密封类相同?或者,如果没有,有什么区别?什么时候使用密封特性(什么时候不使用)是个好主意?
332 scala  sealed  traits 

7
静态和密封等级差异
静态类中是否有实现的类?手段: static class ABC : Anyclass 在密封类和静态类中都可以继承任何类吗? 手段: static class ABC : AClass {} 和 sealed class ABC : AClass {} 我在某种程度上可能错了吗?
150 c#  .net  oop  static  sealed 


6
什么是C#中的内部密封类?
我正在浏览一些C#代码以扩展VS2010中的语言支持(好的示例)。我看到一些课internal sealed class 这些是做什么的?一个人会使用它们吗?
67 c#  sealed 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.