About Question enthuware.ocpjp.v11.2.1879 :
Posted: Wed Sep 28, 2022 12:12 pm
				
				The last option :
Should also be a valid functional interface ? Since  is implicilty abstract. Or am I missing something
			Code: Select all
interface F{   void m(){ } }
Code: Select all
void m()