I wanted to get a better understanding of the difference between an:
- Attribute
- Method
- Property
I have created a class call Patient and I have labelled what believe are the methods and attributes:
Where in this code is the Property and if the property is something completely different and I have not included it in my code then using my example how can I include a property?
Also what is a Property of a Class?