Forum

what is the differe...
 
Notifications
Clear all

what is the difference between class and property in oop?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

what is the difference between class and property in oop?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
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: