- Extreme C
- Kamran Amini
- 215字
- 2021-03-26 16:15:45
Chapter 07 Composition and Aggregation
In the previous chapter, we talked about encapsulation and information hiding. In this chapter, we continue with object orientation in C and we'll discuss the various relationships that can exist between two classes. Eventually, this will allow us to expand our object model and express the relations between objects as part of the upcoming chapters.
As part of this chapter, we discuss:
- Types of relations that can exist between two objects and their corresponding classes: We will talk about to-have and to-be relationships, but our focus will be on to-have relations in this chapter.
- Composition as our first to-have relation: An example will be given to demonstrate a real composition relationship between two classes. Using the given example, we explore the memory structure which we usually have in case of composition.
- Aggregation as the second to-have relation: It is similar to composition since both of them address a to-have relationship. But they are different. We will give a separate complete example to cover an aggregation case. The difference among aggregation and composition will shine over the memory layout associated with these relationships.
This is the second of the four chapters covering OOP in C. The to-be relationship, which is also called inheritance, will be covered in the next chapter.
推薦閱讀
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- Java Web開發(fā)之道
- MariaDB High Performance
- HTML5 and CSS3 Transition,Transformation,and Animation
- Linux C編程:一站式學(xué)習(xí)
- Python從入門到精通
- Scala for Machine Learning(Second Edition)
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Nagios Core Administration Cookbook(Second Edition)
- C語言程序設(shè)計(jì)實(shí)訓(xùn)教程與水平考試指導(dǎo)
- IBM Cognos TM1 Developer's Certification guide
- C++ System Programming Cookbook
- Mastering ASP.NET Core 2.0
- INSTANT Premium Drupal Themes
- Mastering OpenStack