Analyze the following code:
public abstract class Test implements Runnable{ public void doSomething() { }; }
A.The program will not compile because it does not implement the run() method.
B.The program will not compile because it does not contain abstract methods.
C.The program compiles fine.
D.None of the above
Answers
Answered by
0
B) is the answer mate
Answered by
0
Hello mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option B ✔✔
The program will not compile
because it does not contain abstract methods.
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option B ✔✔
The program will not compile
because it does not contain abstract methods.
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
Similar questions
English,
7 months ago
Social Sciences,
7 months ago
English,
7 months ago
Math,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
Physics,
1 year ago
Computer Science,
1 year ago