To refer to a property of an object in your C# code, you code the

To refer to a property of an object in your C# code, you code the


a. property name followed by a period and the class name
b. object name followed by a period and the property name
c. property name followed by a period and the object name
d. class name followed by a period and the property name


Answer: b. object name followed by a period and the property name


Learn More :