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.
1.4m articles
1.4m replys
5 comments
57.0k users