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

前端 未结 29 840
情话喂你
情话喂你 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 06:00

    class is a blueprint/template which you use to create objects. An object is an instance of a class.

提交回复
热议问题