Class methods and properties must be stated as Overridable to allow inheritance. Also if a class has to inherit from a base class, it must state the methods that are overridden with the Overrides keyword. If a class cannot be inherited from, this must be indicated with the NotInheritable keyword.