Categories
Difference between virtual and abstract?
difference between virtual and abstract?
Answer the question
In order to leave comments, you need to log in
virtual assumes the presence of an implementation that can be overridden if necessary / desired. abstract you must implement in a non-abstract class. no default implementation is assumed.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question