175k views
0 votes
A static class method can be accessed without referring to any objects of the class. True False

User Hoekma
by
7.2k points

1 Answer

2 votes

Answer:

True

Step-by-step explanation:

This is true because a static class method can be accessed without referring to any objects of the class. When a class member is made static, it's very easy to access the object.

The member becomes static and becomes class level

User Chlorie
by
8.2k points