Vidyalelo
C# Programming · Q89

Classes and Objects in C Sharp

Programming · C# Programming · question 89

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
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board