Thread
:
Why methods in an interface cannot be static?
View Single Post
#
2
(
permalink
)
12-12-2007, 07:48 PM
asifsolkar
Member
Join Date: Dec 2007
Location: India
Posts: 11
methods in interface are abstract by nature which means the class that implements this interface has to write the code for it hence it is not static
asifsolkar
View Public Profile
Send a private message to asifsolkar
Find all posts by asifsolkar