Why I can't able to specify static type of methods in interface.
Is there any alternative to do this??
but I should use only inerface insted of abstract class.
/
Is there any problem in specifing acess specifier in interface?
I want to specify the events in Interface and that should be acessed only by implemented class so i want protected acess specifier to that event.
and I have certain function that can be make use of interface in another class in that case i can use public acess specifier.