Vidyalelo
C# Programming · Q35

Functions and Methods in C Sharp

Programming · C# Programming · question 35

Q35

In C#, which keyword is used to define a method that is implemented in a derived class to provide a specific implementation for a method defined in the base class?

A.
abstract
B.
override
Answer
C.
implement
D.
None of the above

Answer: Option B

Solution

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