Top Posters
Since Sunday
10
p
4
h
4
c
4
d
3
3
c
3
t
3
u
3
A
3
B
3
j
3
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 0
7 years ago
In the following code, what will the call to super do?

public class ClassB extends ClassA
{
  public ClassB()
  {
    super(40);
    System.out.println("This is the last statement "+
                       "in the constructor.");
  }
}
A) The method super will have to be defined before we can say what will happen.
B) It will call the method super and pass the value 40 to it as an argument.
C) It will call the constructor of ClassA that receives an integer as an argument.
D) This cannot be determined from the above code.
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 233 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
good riddance to this computer class, never want to code again lol
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1142 People Browsing
Related Images
  
 921
  
 1320
  
 292
Your Opinion
Which industry do you think artificial intelligence (AI) will impact the most?
Votes: 405

Previous poll results: Who's your favorite biologist?