Hi all,
What is the difference between versioning and overriding in c# ?
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.
VulpesPosted Nov 28, 2012, 5:19 AM
Versioning relates to different versions of a .NET assembly.
Overriding relates to the inheritance of virtual members in a .NET class.