Hi. I'm trying to learn c# using some online tutorials. At one point, it was teaching me that objects are defined by attributes (data) and behaviors. Example of an Object could be a person with eye, color, and height as attributes.
Than later on, I'm learning about properties. The examples give height and width.
So than i'm thinking, hmmm height is giving as an example as an attribute when trying to explain objects and than height is also giving as an example when trying to show code examples for properties.
Than I start getting confused thinking so are attributes the same as properties? Why am I getting confused here?