Hello,
What does the keyword "virtual" declare for a method or property?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Aug 25, 2012, 2:17 AM
There are few exceptions like you cannot have virtual modifies with static, abstract, private or override modifiers.