Inheritance— definition, example and pronunciation in USA and UK English

Miscellaneous 2
Noun (thing)
Inheritance
an object-oriented programming concept wherein behaviors are passed from one parent class to a child class in order to reuse code and increase maintainability.
The professor told us inheritance was a key concept in object oriented code that led to code reuse.