Főnév

inheritance (tsz. inheritances)

  1. örökség
  2. (informatika) öröklődés
    Single Inheritance
    A derived class inherits from one base class.
    Multiple Inheritance
    A derived class inherits from more than one base class.
    Multilevel Inheritance
    A class is derived from another derived class, forming a hierarchy.
    Hierarchical Inheritance
    Multiple classes are derived from a single base class.
    Hybrid Inheritance
    A combination of two or more types of inheritance.