List of questions
Related questions
Question 181 - Certified JavaScript Developer I discussion
Refer to the following code:
Which statement should be added to line 09 for the code to display 'The boat has a capacity of 10 people?
A.
super.size = size;
B.
ship.size size;
C.
super (size);
D.
this.size = size;
Your answer:
0 comments
Sorted by
Leave a comment first