Q:

Is every abstract function virtual in C#, in general?

0

Is every abstract function virtual in C#, in general?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Yes, When an instance method declaration includes an abstract modifier, that method is said to be an abstract method. Although an abstract method is implicitly also a virtual method, it cannot have the modifier virtual.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are I/O classes in C#? Define some of the mos... >>
<< What are Namespaces in C#?...