B
B
BadCats2016-08-02 16:12:34
C++ / C#
BadCats, 2016-08-02 16:12:34

Difference between virtual and abstract?

difference between virtual and abstract?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Iron Bug, 2016-08-02
@BadCats

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 your question

Ask a Question

731 491 924 answers to any question