1 | The top-level object in the hierarchy is the Application Object. Eg. Microsoft Word is the Application object. Each object can in turn have child objects. Eg. The Workbook Object has the Worksheet object as the child. |
2 | |
3 | Every Objects has Properties and supports some Methods. Working with these objects involves manipulating these properties by using these methods. |