Category Archives: VB.Net

VB.Net Form Subclassing

In object-oriented programming, subclassing is the process of creating a new class that is a modified version of an existing class. The new class is called the subclass, and the existing class is the superclass.