Question:Consider the line of code given below and answer the question that follows.
class screen;Which of the following statements are true about the class declaration above?
A Incorrect syntax. The body of the class declaration is missing
B Incorrect syntax. {}; is missing
C The syntax is correct
D Incorrect syntax. {} is missing
E Incorrect syntax. Requires a *
+ AnswerC
+ Report