⟩ When a member is declared static, it CANNOT be accessed before any objects of its class are created, and without reference to any objectA) TrueB) False
Explanation: When a member is declared static, it can be accessed before any objects of its class are created, and without reference to any object. You can declare both methods and variables to be static.