Select from following answers:- 1, 2, 3
- 3, 4
- 1, 4
- 1, 2, 4

- All Above
Static methods have no instances. They are called with the type name, not an instance identifier. They are slightly faster than instance methods because of this. Static methods can be public or private.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator