Telegram Group 🔥🔥🔥 Get answers in minutes
Questions answered : 48 /50
+ 4981 more
Answer verified

interface Base
{
boolean m1 ();
byte m2(short s);
}

which two code fragments will compile

interface Base2 implements Base {}

abstract class Class2 extends Base
{ public boolean m1(){ return true; }}

abstract class Class2 implements Base {}
abstract class Class2 implements Base
{ public boolean m1(){ return (7 > 4); }}
abstract class Class2 implements Base
{ protected boolean m1(){ return (5 > 7) }}

🗓 Dec 5, 2021

View Answer

Comments and Discussions

You don't need to login to post your comment

Comments:
30
Views:
60k
Likes:
120k
votes
Kimberly 🌐 India
Thank you so much for the answer
Was this answer helpful?
votes
Sierra 🌐 India
hmm, where is the explanation
Was this answer helpful?

Was your question answered?

Want to get famous? 📸

Answer question and get 🤩 high-lighted on our homepage.

© 2017-2022 Foxoyo™
All rights reserved.

Facebook Connect with us