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