The root class of the RadioButton widget in hierarchy of Widgets is
-
Button
-
TextView
-
CompoundView
-
None of above
B
Correct answer
Explanation
In Android, the hierarchy for RadioButton is View -> TextView -> Button -> CompoundButton -> RadioButton. Among the options, TextView is the ancestor/root widget class from which RadioButton inherits its text-rendering capabilities. Button is a direct parent, and CompoundView does not exist in the standard Android widget library.