InterviewSolution
Saved Bookmarks
| 1. |
Explain The Concept Of Inheritance In Pb? |
|
Answer» It is a feature that enables you to build windows, user objects, and menus that are derived from existing objects. When you change an ancestor OBJECT, the changes are reflected in all the descendants and the descendant inherits the ancestor's scripts. Two main features to be noted here are:
It is a feature that enables you to build windows, user objects, and menus that are derived from existing objects. When you change an ancestor object, the changes are reflected in all the descendants and the descendant inherits the ancestor's scripts. Two main features to be noted here are: |
|