2.4k questions

2.4k answers

99.5k users

Categories

0 votes
65 views
what is the difference between class and property in oop
in General by (95.8k points)

1 Answer

0 votes

A class variable is shared by all instances of the same class. In C++, a class variable is declared as a static member. In summary: Property is a broad concept used to denote a particular characteristic of a class, encompassing both its attributes and its relationships to other classes

by (95.8k points)
...