C => is incorrect x() can't has weaker access privileges
D= > only needs implement z because in superclass is abstract in position /*1 *! nothing is need
answer : D
class C implements interface A
And method x() comes from class B
abstract class B {
public void x() {}
public abstract void z();
}
class C extends B implements A {
public void z() {}
}
--------
C is wrong
method x() in class C can not has weaker access privileges
A and B are wrong too
@Override on position 2 is not good
There is no super class for class B
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.
cathDev
9 months agoASPushkin
10 months, 3 weeks agoSamps
11 months, 2 weeks agod7bb0b2
11 months, 3 weeks agoASPushkin
1 year, 1 month agodilleman
1 year, 2 months ago[Removed]
1 year, 3 months agoStavok
1 year, 5 months agoKiraguJohn
1 year, 5 months agoAdel2023
1 year, 5 months ago