nerdexam
Microsoft

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…

Develop X++ code

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)
  • A
    71% (39)
  • B
    9% (5)
  • C
    4% (2)
  • D
    16% (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

#Type hierarchy browser#class inheritance#development tools#AOT

Community Discussion

No community discussion yet for this question.

Full MB6-704 Practice