OOP Terminology: class, attribute, property, field, data member

前端 未结 7 796
有刺的猬
有刺的猬 2020-12-05 04:49

I am starting studying OOP and I want to learn what constitutes a class. I am a little confused at how loosely some core elements are being used and thus adding to my confus

7条回答
  •  粉色の甜心
    2020-12-05 05:16

    I've been doing oop for more than 20 years, and I find that people often use different words for the same things. My understanding is that fields, class variables and attributes all mean the same thing. However, property is best described by the stackoverflow link that you included in your question.

提交回复
热议问题