Exam AND-401 All QuestionsBrowse all questions from this exam
Question 35

Which of the following is the base class of all UI components?

    Correct Answer: C

    View is the base class of all UI components in the Android framework. It serves as the foundation on which all UI elements are built and is a superclass for other specific UI components like TextView, Button, and many others. Being the most fundamental class, it provides the basic building blocks for user interface components on Android.

Discussion
MmadiOption: C

C. View