What is the parent class of activity?
Answers
Answered by
1
Explanation:
In Java every class has an Object as a superclass (You can also have more information here). Context is a Java class hence it has Object at the root of its inheritance tree hierarchy. Context is a class that holds information about an application environment as described in the official documentation, and Activity has it in its inheritance tree
Similar questions