About Question enthuware.ocajp.i.v7.2.900 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

About Question enthuware.ocajp.i.v7.2.900 :

Post by ETS User »

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);
}

admin
Site Admin
Posts: 10385
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v7.2.900 :

Post by admin »

You are right. This will be fixed asap.

thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests