Tuesday, December 4, 2007

THIS & SUPER in Static Context

You cannot call "super" from a static context. Just like you can't use "this" or call any non-static methods in a static context.

No comments: