Chapter Four. Function Language
1. What is the three MEMBER FUNCTIONS supported by C ? (P140)
4.1 MEMBER's various calls
1. What is the efficiency of Nonstatic Member Function and a general NonMember function? What is its internal performance? (P141)
2. Why is the name of the Member Function will be "mangling", what is the purpose of doing this? (P144-P146)
3. Why doesn't Static Member Functions do not have this pointer? (P149-P150)
4. What kind of Data MEMBER can STIATAMBER? (P150)
5. Can Static MEMBER FUNCTIONS declared as const, virtual and volatile? (P150)
6. Take a Static Member Functions address, what is it? (P151)
7. Why can Static Member Functions becomes a callback function? (152)
(If you write x window programs with C , you are very clear to find a reason)