Q89
What does the following C# code signify? class a class b : a variable declaration; method declaration;
A.
Declaration of a base class
B.
Declaration of a subclass
C.
Declaration of base class & subclass and how subclass inherits the base class
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board