+In [Object-Oriented Programming](/wiki/Object_Programming), a **subclass** is a class that derives from another class, known as its [superclass](/wiki/Superclass). It inherits properties and behaviors from its parent, enabling code reuse and the creation of more specialized types.
+## See also
+- [Inheritance](/wiki/Inheritance)
+- [Class](/wiki/Class)
+- [Object](/wiki/Object)
... 1 more lines