Which is the base class for all android classes?

Options
- Object
- Class
- Android
- none of these


CORRECT ANSWER : Object

Discussion Board
Explanation-

Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.

Sapna Ambadkar 03-16-2017 01:01 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement