Basic Core Java Concepts
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.
posted by sandeep_jayesh @
4:05 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
sandeep_jayesh
View my complete profile
Previous Posts
type cannot be deferenced
Anonymous Class
While Declaring variables
Constructors
Final Variable
Static Inner Class
0 Comments:
Post a Comment
<< Home