Wednesday, May 24, 2006

why an abstract method can't be private ???

An abstract method's are mean't to be overridden in the concreate class. A private method can't be overridden. So declaring a method as abstract and private doesn't make any sense.

0 Comments:

Post a Comment

<< Home