What is inheritance?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is inheritance?
Rating:
Inheritance is a relationship between two or more classes. In inheritance, one class (called descendant) incorporates all or part of the definition of another class (called ancestor) into its own definition. In PowerBuilder, windows, user objects, and menus can be derived from the existing classes using inheritance.
The use of inheritance provides the following benefits:
Rating:
Was this information helpful?