When a member is declared static, it CANNOT be accessed before any objects of its class are created, and without reference to any object

A) True
B) 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.

Showing Answers 1 - 2 of 2 Answers

bae

  • Apr 18th, 2006
 

If member is declared as static then it can be accessed prior to object creation for that class or without reference to that object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions