Valid 1Z0-851 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-851 Exam! ExamDiscuss.com now offer the newest 1Z0-851 exam dumps, the ExamDiscuss.com 1Z0-851 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-851 dumps with Test Engine here:
Which statement is true about the classes and interfaces in the exhibit? 01. public interface A { 02. public void doSomething(String thing); 03. } 01. public class AImpl implements A { 02. public void doSomething(String msg) {} 03. } 01. public class B { 02. public A doit(){ 03. //more code here 04. } 05. public String execute(){ 06 //more code here 07 } 08. } 01. public class C extends B { 02. public AImpl doit(){ 03. //more code here 04. } 05. 06. public Object execute() { 07. //more code here 08. } 09. }
Correct Answer: C
Explanation/Reference: Explanation: The return type is incompatible with B.execute()