Have a Question ?

Home / Answered Questions / Other / we-are-working-in-java-and-this-question-is-in-the-inheritance-and-polymorphism-chapter-i-believe-th-aw347

(Solved): We Are Working In Java And This Question Is In The Inheritance And Polymorphism Chapter I Believe Th...


We are working in Java and this question is in the inheritance and polymorphism chapter I believe the answer has something to do with casting... please help!

Edit: This is all the information provided to me for this question...

Consider the following block of code. What single line of code can be inserted to avoid an error?

double x = 2.0;

   /*Insert code here*/

myMethod(x);

      myMethod(int) {

System.out.println(x);

      }



We have an Answer from Expert View Expert Answer

Expert Answer


meMethod takes int parameter but double parametr is passed to function callmyMethod. You can just call functionmyMe
We have an Answer from Expert
Buy This Answer $6

-- OR --

Subscribe To View Unlimited Answers
Subscribe $20 / Month