Non-inheritable
Translation of "non-inheritable" into Russian
non-inheritable
Adjectivenon-inheritable
more non-inheritable Comp.
most non-inheritable Super.
The syndrome results from a non-inheritable mutation that occurs during early development.
Синдром обусловлен ненаследуемой мутацией, возникающей на ранних этапах развития.
Additional translations
Термин, употребляемый в программировании для описания классов, от которых нельзя наследоваться
Definitions
non-inheritable
AdjectiveNot capable of being passed from parent to offspring or from one generation to the next.
The syndrome results from a non-inheritable mutation that occurs during early development.
(Computing, object-oriented programming) Declared so that it cannot serve as a base for derived classes.
In VB.NET, you can mark a class as NonInheritable to prevent subclassing.