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