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)- A78% (31)
- B5% (2)
- C13% (5)
- D5% (2)
Community Discussion
No community discussion yet for this question.