Examlex

Solved

Consider the Following Code Snippet: Public Class SailBoat Extends Vessel

question 93

Multiple Choice

Consider the following code snippet: public class SailBoat extends Vessel
{
Private Engine[] engines;
Private Sail mainsail;
) . .
}
Which of the following statements is NOT correct?


Definitions:

Related Questions