MB6-704 · Question #46
You have a class named Classl. You need to identify all of the classes that extend Classl. Which tool should you use?
The correct answer is A. The Type hierarchy browser. You can view information about the parents and children of application objects by using the Type Hierarchy Browser. For example, you can see all the classes that extend a particular class, or see which data types a particular extended data type inherits from. You can also see…
Question
You have a class named Classl. You need to identify all of the classes that extend Classl. Which tool should you use?
Options
- AThe Type hierarchy browser
- BThe Tracing cockpit
- CThe Code profiler
- DThe Compare tool
How the community answered
(55 responses)- A71% (39)
- B9% (5)
- C4% (2)
- D16% (9)
Explanation
You can view information about the parents and children of application objects by using the Type Hierarchy Browser. For example, you can see all the classes that extend a particular class, or see which data types a particular extended data type inherits from. You can also see which types implement fields, methods, and properties.
Topics
Community Discussion
No community discussion yet for this question.