Properties are named members of classes, structures,and interfaces.
Answers
Answered by
0
Answer:
Properties are named members of classes, structures, and interfaces. Member variables or methods in a class or structures are called Fields. Properties are an extension of fields and are accessed using the same syntax.
Explanation:
Similar questions