nerdexam
Adobe

9A0-182 · Question #29

You are creating a custom component, MyComp, based on the UIComponent class. Which statement correctly declares the MyComp class?

The correct answer is A. public class MyComp extends UIComponent {}. See the full explanation below for the reasoning.

Question

You are creating a custom component, MyComp, based on the UIComponent class. Which statement correctly declares the MyComp class?

Options

  • Apublic class MyComp extends UIComponent {}
  • Bpublic class MyComp implements UIComponent {}
  • Cpublic class UIComponent as MyComp {}
  • Dpublic class MyComp base UIComponent {}

How the community answered

(40 responses)
  • A
    78% (31)
  • B
    5% (2)
  • C
    13% (5)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 9A0-182 Practice