Top Posters
Since Sunday
a
5
k
5
c
5
B
5
l
5
C
4
s
4
a
4
t
4
i
4
r
4
r
4
New Topic  
Eels Eels
wrote...
Posts: 716
Rep: 0 0
7 years ago
Look at the following code. Which line will cause a compiler error?

Line  1  public class ClassA
Line  2  {
Line  3    public ClassA() {}
Line  4    public int method1(int a){}
Line  5    public final int method2(double b){}
Line  6  }
Line  7  public ClassB extends ClassA
Line  8  {
Line  9    public ClassB(){}
Line 10    public int method1(int b){}
Line 11    public int method2(double c){}
Line 12  }

A) 5
B) 4
C) 11
D) 10
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 293 times
3 Replies
Replies
Answer verified by a subject expert
blitheringblithering
wrote...
Posts: 354
Rep: 9 0
7 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
University of Notre Dame

Related Topics

Eels Author
wrote...
7 years ago
This brought my confidence back up, thanks
wrote...
3 years ago
thank you
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1133 People Browsing
Related Images
  
 4079
  
 345
  
 656
Your Opinion

Previous poll results: Who's your favorite biologist?