What's the best way to define the words “class” and “object” to someone who hasn't used them?

前端 未结 29 820
情话喂你
情话喂你 2020-12-13 05:11

My neighbor is taking \"Intro to Java\", and asked me to help explain a few of the first-day concepts. I realized that since I do this everyday, I don\'t have the beginner\

29条回答
  •  北海茫月
    2020-12-13 05:47

    class: custom variable type

    object: a variable, whose type is custom defined (if you don't count the built-in ones)

提交回复
热议问题