Which property procedure should you include?
You need to create a property in a class. Consumers of the class must be able to read the values of the property. Consumers of the class must be prevented from writing values to the property. Which property procedure should you include?A . ReturnB . GetC . SetD . LetView...