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

前端 未结 29 818
情话喂你
情话喂你 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:41

    Class can be defined as the blue print or template which defines attributes,actions,states for the entity and Object would be the one which would be implementation for the entity.

提交回复
热议问题