posted 20 years ago
Hi,
Can any one tell me , Does interface has member variables. If they, then do all these member variables need to be STATIC AND FINAL. Why is it so? and do these member variables are public(Strictly) or any access modifier will do.
Also, does abstract classes has member variables. DOes all the member variables of abstract class need to be STATIC AND FINAL. Why is it so? and what could be the access modifier of these member variables of abstract class.
Thanks in advance.