Forum

what is the differe...
 
Notifications
Clear all

what is the difference between class and property in oop?


(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

what is the difference between class and property in oop?


   
Quote
(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

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


   
ReplyQuote
Share: