This question's exhibit has a compile error in it, so there is something wrong with the code, therefore the answer recorded in the test is incorrect.
I think from the explanation this is just a typo in the exibit - T3's m1() declaration should not have {} after it
interface T1
{
}
interface T2
{
   int VALUE = 10;
   void m1();
}
interface T3 extends T1, T2
{
   public void m1(){}
   public void m1(int x);
}
			
			
									
									
						About Question enthuware.ocajp.i.v7.2.900 :
Moderators: Site Manager, fjwalraven
- 
				admin
 - Site Admin
 - Posts: 10443
 - Joined: Fri Sep 10, 2010 9:26 pm
 - Contact:
 
Re: About Question enthuware.ocajp.i.v7.2.900 :
You are right. This will be fixed asap.
thank you for your feedback!
			
			
									
									
						thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 6 guests