What are the restrictions placed on static method ?

Q

What are the restrictions placed on static method ?

✍: Guest

A

We cannot override static methods. We cannot access any object variables inside static method. Also the this reference also not available in static methods.

2013-03-12, 1887👍, 0💬