SI:单一继承
在计算机科学领域,术语“Single Inheritance”常被简称为“SI”,以方便书写和快速使用。这一概念广泛见于面向对象编程中,特指一个类只能从一个父类继承属性和方法。其对应的中文表述为“单一继承”,是理解类层级结构与代码复用的基础知识点。
Single Inheritance的英文发音
例句
- That's because objects in the real world just don't fit into a simple single inheritance hierarchy.
- 那是因为实际世界中的对象不会刚好适合一个简单的单继承层次结构。
- As opposed to languages that only support single inheritance, Scala has a more general notion of class reuse.
- 与只支持单继承的语言相比,Scala具有更广泛意义上的类重用。
- Objective-C only supports single inheritance between classes, while UML supports multiple inheritances.
- Objective-C只支持类之间的单一继承(SI),而UML支持多重继承。
- The need to extend a TestCase class, because the Java language has single inheritance, is very limiting.
- 因为Java语言的单继承性,所以必须扩展TestCase类的限制很大。
- Like Java ™ programming language applications, PHP supports only single inheritance.
- 与Java™编程语言应用程序一样,PHP只支持单一继承(SI)。
本站英语缩略词为个人收集整理,可供非商业用途的复制、使用及分享,但严禁任何形式的采集或批量盗用
若SI词条信息存在错误、不当之处或涉及侵权,请及时联系我们处理:675289112@qq.com。