What is Virtual Method in C#?
Answers
Answered by
0
Visual research is a qualitative research methodology that relies on the use of artistic mediums to "produce and represent knowledge." These artistic mediums include, but are not limited to: film, photography, drawings, paintings, and sculptures.
Answered by
3
Answer:
that is declared as virtual in the base class
Explanation:
A virtual method is one that is declared as virtual in the base class. A method is declared as virtual by specifying the keyword "virtual" in the method signature. A virtual method may or may not have a return type. Virtual methods allow subclasses of the type to override the method.
Attachments:
Similar questions