Is it possible to have a virtual/abstract field in a C# class? If so, how is it done?
A Virtual/Abstract field? No. Fields are just there to hold data. There's nothing to implement.
You can define a Virtual/Abstract Property though.
2.1m questions
2.1m answers
60 comments
57.0k users