码迷,mamicode.com
首页 > 其他好文 > 详细

Terminology: What is an Object?

时间:2018-01-29 20:22:11      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:font   label   round   child   hidden   ext   back   min   16px   

 

C++ programmers tend to be cavalier in their use of the term object. Most generally, an object is a region of memory that can contain data and has a type. Some use the term object only to refer to variables or values of class types. Others distinguish between named and unnamed objects, using the term variable to refer to named objects. Still others distinguish between objects and values, using the term object for data that can be changed by the program and the term value for data that are read-only

摘自C++ Primer

 

Terminology: What is an Object?

标签:font   label   round   child   hidden   ext   back   min   16px   

原文地址:https://www.cnblogs.com/xiyu714/p/8378896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!