自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 3-2 头文件

Declaration of a classIn C++, seperated .h and .cpp files are used to define one class.Class declaration and prototypes in that class are in the header file(.h).All the bodies of these functions are in the sourse file(.cpp).The header filesIf ...

2021-10-31 14:10:08 115

原创 3-1 自动售票机例子

:: resolver<class name>::<function name> //function of the class::<function name> //a global functionvoid S::f(){ ::f();//Would be recursive otherwise! ::a++;//The global a a--//The a at class scope}

2021-10-30 20:07:45 97

原创 2-2面对对象基本概念

Object Oriented ProgrammingObject send and receive messages(object do thing!).Methods(Data)Methods(Data)Objects send messagesMessages are:-Composed by sender-Interpreted by receiver-Implemented by methodsMessages-May cause receiver to cha

2021-10-30 15:17:13 175

原创 2-1什么是面向对象

What is object?object=entityobject may bevisibleinvisibleObject is variable in programming language.Object=attributes+servicesData:the properties or statusOperation:the functionsMappingFrom the problem space to the sol...

2021-10-30 13:04:42 105

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除