Normal Inheritance:
Parent CAN have instances of itself
Dim MyParent As New Parent()
Abstract Class Inheritance:
Parent CANT have instances of itself
Cannot be declared as above
Concrete: practical application
Abstract: theoretical application
Concrete: practical application
Abstract: theoretical application
No comments:
Post a Comment