Vidyalelo
Computer Science · Q170

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 170

Q170

Which one of the following statements is true about Button views?

A.
A Button view is a ViewGroup.
B.
You can only have three Button views per screen.
C.
Button views are clickable, and on click, the attached click listener performs an action.
Answer
D.
Button is an extension of ImageView.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board