Android Application Development (AND-401) — Question 35
Which of the following is the base class of all UI components?
Answer options
- A. ListView
- B. Layout
- C. View
- D. ViewGroup
Correct answer: C
Explanation
The correct answer is C, as 'View' is the base class for all UI components in Android. The other options, 'ListView', 'Layout', and 'ViewGroup', are all derived from 'View' and serve specific purposes but do not serve as a base class themselves.