Google News
logo
Android - Quiz(MCQ)
View class extends Object class and implements?
A)
KeyEvent.Callback
B)
Drawable.Callback
C)
AccessibilityEventSource
D)
All of the above

Correct Answer :   All of the above


Explanation : View class extends Object class and implements Drawable.Callback, KeyEvent.Callback and AccessibilityEventSource.

Advertisement