Page 96 - Programming VB.NET
P. 96

92                                       Chapter 9: OOP

               9.2 Inheritance


                 Process by which objects can acquire the properties of
                 objects of other class.


                 The new class will have combined features of both the
                 classes


                 In OOP, inheritance provides reusability, like, adding
                 additional features to an existing class without
                 modifying it
   91   92   93   94   95   96   97   98   99   100   101