An abstract class is a class that cannot be instantiated in any way and serves as a base class with members to be inherited by one or more classes. The GuiObject and BasePart classes are examples of abstract classes.
Advertisement
An abstract class is a class that cannot be instantiated in any way and serves as a base class with members to be inherited by one or more classes. The GuiObject and BasePart classes are examples of abstract classes.