Welcome Message

Hi, welcome to my website. This is a place where you can get all the questions, puzzles, algorithms asked in interviews and their solutions. Feel free to contact me if you have any queries / suggestions and please leave your valuable comments.. Thanks for visiting -Pragya.

January 9, 2010

Static Override (Asked in Nucleus Software written Test)

A static method can not override a non static method.
Also, a non static method can not override a static method.
We'll get compile time error in both cases.

No comments: