The concept in object-oriented programming that allows classes to gain methods and data by
... [Show More]
extending other classes' fields and methods.
A standardized language for modeling systems and structures in programming.
A keyword that allows subclasses to access methods, data, and constructors from their parent class.
A programming philosophy that promotes protecting data and hiding implementation in order to preserve the integrity of data
[Show Less]