Top Posters
Since Sunday
k
4
c
4
M
3
t
3
i
3
B
3
k
3
m
3
c
3
o
3
l
3
r
3
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 0
7 years ago
What is wrong with the following code?

public class ClassB extends ClassA
{
  public ClassB()
  {
    super(40);
    System.out.println("This is the last statement " +
                       "in the constructor.");
  }
}

A) The method super is not defined.
B) No values may be passed to super.
C) The call to the method super must be the first statement in the constructor.
D) Nothing is wrong with the code.
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 217 times
2 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
1
University of Notre Dame

Related Topics

Oughto Author
wrote...
7 years ago
I literally took this as a gen ed course, I was lost thought it would be easy

thx for making it easier on me
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  945 People Browsing
Related Images
  
 48
  
 897
  
 435
Your Opinion
Which industry do you think artificial intelligence (AI) will impact the most?
Votes: 380