Expose a generic List<T> as a property: As per Object Oriented Principles and .NET standards exposing field variables as a public is against the rule of encapsulation.Properties are defined to expose the field variables. Properties are defined to expose the field variables. It is simple to make primitive type data such as string and int variables […]