Chetu Interview Question

Static Class ABC { static abc() { } public Abc() { } } what will be the output?

Interview Answer

Anonymous

Jul 17, 2013

Error, static class cannot have non static memebers interviewer : Incorrect

1