Inheritance: - Inherit only 1 class & multiple interfaces, base, Derived.
Sealed - cannot inherit, only instance object.
partial - same name class with different pieces, 1 object can access all pieces.
static: - Not inherited and no need to initialize, directly we can access, has only static members & fun.