- 1、本文档共35页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
RULES OF SCOPE - Gonzaga Student Web Server作用域规则-冈萨加学生Web服务器
Inheritance Professor Jason Chen School of Business Administration Gonzaga University Spokane, WA 99258 chen@gonzaga.edu Three Types of Inheritances Single-level Inheritance Multiple Inheritance Multi-level Inheritance Two Dogs: Spotted and Unspotted Dogs Public vs. Private Class Members (cont.) Protected class members are accessible within the base or derived class member functions, but not outside of such functions. First Class Example: Employees employee class Outputs from employee.cpp and employee_enum.cpp HW#5 Multiple Inheritance Multiple Inheritance (cont.) Multi-Level Inheritance Public vs. Private Class Members When you declare a class, you can define members as public or private (or protected). Public class members are available throughout your program using the object name and the dot (class.member) or indirection (class_ptr-member) operators. Public vs. Private Class Members (cont.) Private class members, on the other hand, can only be accessed using class member functions (i.e., functions declared in the base class). Using private class members, your programs can better control the values assigned to class members and how those values are used. By default, all class members are private. Once you include a public label within your program, however, you can specify public members. If you later want to declare private members, you must use the private label. Information Hiding Information hiding is the process of designing functions or classes as “black box.” In other words, to use a function or class, a programmer does not need to know the box’s inner workings, since it brings with it all of its methods, but rather, simply the operation the box performs and how to interface with the box. Within your C++ programs, private class members support information hiding. * Object-Oriented Paradigm and C++ - Dr. Chen * //file name: mymovie_Chen_Jason_char.cpp //The program accept the input from the keyboard //It contains both constructor and
您可能关注的文档
- Research for Betel quid Related Oral Cancer:对槟榔与口腔癌的研究.ppt
- Radiology of Nasal Cavity and Paranasal Sinuses:鼻腔和鼻窦影像.ppt
- Residents' Perceived Impacts of Riverboat Casinos A Longitudinal 39的居民和#;河船赌场纵向知觉的影响.ppt
- Resource Centre for CHARTS Project 中国艾滋病防治策略支持项目资源 .ppt
- RFA甲状腺针孔微创技术治疗甲状腺瘤.ppt
- RFA甲状腺针孔微创技术治疗甲状腺瘤好不好.ppt
- RFP耐药 - 汕大医学院临床技能中心.ppt
- Respiratory Distress Syndrome - Yale University:呼吸窘迫综合征-耶鲁大学.ppt
- rfC军事心理学B.ppt
- RFA甲状腺针孔微创术治好甲状腺瘤的成功案例.ppt
最近下载
- 2023北京清华附中高三三模英语(教师版).pdf VIP
- 钢结构工程投标书范本1.doc
- 辅警招聘公安基础知识考试题库及答案(范文) .docx VIP
- ANSI ESD S20.20-2021(完整中文版本).docx
- 辅警招聘公安基础知识考试题库及答案【推荐】.docx VIP
- 苏教版六年级下册数学第三单元第1课《解决问题的策略(1)》课件(公开课).pptx VIP
- 沪教牛津版初中英语全册单词.pdf VIP
- 2024年天津市滨海新区中考一模英语试题(解析版).pdf VIP
- 幼儿园小班科学《春天来了》课件 优质课件.pptx VIP
- 湘科版2017科学四年级下册5.2控制电路的通断 课件.pptx
文档评论(0)