How can static methods be accessed from an instance of the class?
Through the class name.
Directly using the instance variable name.
Both A and B.
Static methods cannot be accessed from an instance.