Top Posters
Since Sunday
r
4
L
4
3
d
3
M
3
l
3
V
3
s
3
d
3
a
3
g
3
j
3
New Topic  
Izaganag Izaganag
wrote...
Posts: 686
Rep: 2 0
8 years ago
Consider that you want to extend AClass to BClass.  BClass will have a third int instance data, z.  Which of the following would best define BClass'constructor?
A) public BClass(int a, int b, int c)
{
   super(a, b, c);
}
B) public BClass(int a, int b, int c)
{
   x = a;
   y = b;
   z = c;
}
C) public BClass(int a, int b, int c)
{
   z = c;
}
D) public BClass(int a, int b, int c)
{
   super(a, b);
   z = c;
}
E) public BClass(int a, int b, int c)
{
   super( );
}
Textbook 
Java Software Solutions: Foundations of Program Design

Java Software Solutions: Foundations of Program Design


Edition: 7th
Authors:
Read 190 times
3 Replies
Replies
Answer verified by a subject expert
habibtihabibti
wrote...
Top Poster
Posts: 1486
8 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1

Related Topics

Izaganag Author
wrote...
8 years ago
I regret taking this computer science course. Should just stick to history Face with Stuck-out Tongue Thanks for your help.
wrote...
8 years ago
Guys, you see that "vote as best answer" button below the answer, CLICK IT Slight Smile Slight Smile
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1782 People Browsing
Related Images
  
 390
  
 88
  
 1470
Your Opinion
Where do you get your textbooks?
Votes: 447

Previous poll results: What's your favorite coffee beverage?