What is a Class and Object in C++?

前端 未结 20 951
走了就别回头了
走了就别回头了 2020-12-09 10:33

What is a Class and Object in C++?

Can we say that a Class is an Object?

20条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 11:13

    Both classes and instances are objects, but object oriented programming doesn't force the language to have classes & instances.

提交回复
热议问题