answer : E
all classes are decalred with the default modifier so all of them are visible only within its own package
for oveloaded methods access modifier can be changed
so just one error with the implements on line 6
interface Pastry{
void getIngredients();
}
abstract class Cookie implements Pastry {
}
class ChocolateCookie implements Cookie {
public void getIngredients(){}
}
public class CoconutChocolateCookie extends ChocolateCookie {
void getIngredients(int x) {}
public static void main(String[] args){
}
}
Only E is correct
This section is not available anymore. Please use the main Exam Page.1z0-819 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ASPushkin
11 months, 1 week agoASPushkin
6 months, 3 weeks agocathDev
1 year agod7bb0b2
1 year, 5 months agoSamps
1 year, 5 months agoSamps
1 year, 5 months ago[Removed]
1 year, 8 months agoOmnisumem
1 year, 8 months ago[Removed]
1 year, 9 months agoStavok
1 year, 10 months agotmuralimanohar
1 year, 11 months ago