Android Application Development (AND-401) — Question 13

What is the parent class of all Activity widgets?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the View class is the foundational class for all UI components in Android, including Activity widgets. Options A (ViewGroup) and B (Layout) are types of views that can contain other views but are not the parent class of all Activity widgets. Option D (Widget) is a more general term and does not specifically refer to the parent class.