Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

can interface have attributes java

interface MyInterface {
	int a = 5; // always public static final
}
 
PREVIOUS NEXT
Tagged: #interface #attributes #java
ADD COMMENT
Topic
Name
5+3 =