SI:单一继承

在计算机科学领域,术语“Single Inheritance”常被简称为“SI”,以方便书写和快速使用。这一概念广泛见于面向对象编程中,特指一个类只能从一个父类继承属性和方法。其对应的中文表述为“单一继承”,是理解类层级结构与代码复用的基础知识点。

Single Inheritance具体释义

  • 英文缩写:SI
  • 英语全称:Single Inheritance
  • 中文意思:单一继承
  • 中文拼音:dān yī jì chéng
  • 相关领域si 常用

Single Inheritance的英文发音

例句

  1. That's because objects in the real world just don't fit into a simple single inheritance hierarchy.
  2. 那是因为实际世界中的对象不会刚好适合一个简单的单继承层次结构。
  3. As opposed to languages that only support single inheritance, Scala has a more general notion of class reuse.
  4. 与只支持单继承的语言相比,Scala具有更广泛意义上的类重用。
  5. Objective-C only supports single inheritance between classes, while UML supports multiple inheritances.
  6. Objective-C只支持类之间的单一继承(SI),而UML支持多重继承。
  7. The need to extend a TestCase class, because the Java language has single inheritance, is very limiting.
  8. 因为Java语言的单继承性,所以必须扩展TestCase类的限制很大。
  9. Like Java ™ programming language applications, PHP supports only single inheritance.
  10. 与Java™编程语言应用程序一样,PHP只支持单一继承(SI)。