What is wrong with the following code?
```
public class ClassB extends ClassA
{
public ClassB()
{
int init = 10;
super(40);
}
}
```
a. Nothing is wrong with this code.
b. The method super is not defined.
c. The call to the method super must be the first statement in the constructor.
d. No values may be passed to super.
c. The call to the method super must be the first statement in the constructor.
You might also like to view...
MC Which of the following results in a fatal logic error?
a) attempting to add numbers that have not been converted from string format. b) dividing by zero. c) forgetting a colon in an if structure. d) All of the above.
____________________ is determined using a standard set of management attributes, which might be considered to be characteristic of a given level of management capability.
Fill in the blank(s) with the appropriate word(s).
What type of metric can be utilized to tie performance indicators and bonuses to project managers, in order to ensure project progress?
Fill in the blank(s) with the appropriate word(s).
Which runlevel gives you access to all services, including the GUI?
A. zero B. one C. four D. five