What is a difference between abstract and virtual??

Posted by Qutbuddin Kamaal on Stack Overflow See other posts from Stack Overflow or by Qutbuddin Kamaal
Published on 2010-03-16T13:37:33Z Indexed on 2010/03/16 13:46 UTC
Read the original article Hit count: 195

Filed under:

Hi,

both abstract and virtual are going to be override in child class than whats a difference.

is it Virtual method have body and abstract is just a signature ????

© Stack Overflow or respective owner

Related posts about c#