-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_5_Classes.h
More file actions
48 lines (39 loc) · 1.35 KB
/
Copy path_5_Classes.h
File metadata and controls
48 lines (39 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// ===========================================================================
/// <summary>
/// _5_Classes.h
/// CplusPlus
/// created by Mehrdad Soleimanimajd on 18.09.2018
/// </summary>
/// <created>ʆϒʅ, 18.09.2018</created>
/// <changed>ʆϒʅ, 02.07.2023</changed>
// ===========================================================================
#ifndef _5_CLASSES_H
#define _5_CLASSES_H
void _17_01_ClassesI ();
void _17_02_Constructors ();
void _17_03_UniformInitialization ();
void _17_04_MemberInitializationInConstructor ();
void _17_05_PointersToClasses ();
void _17_06_OverloadingOperators ();
void _17_07_TheKeywordThis ();
void _17_08_StaticMembers ();
void _17_09_ConstantMemberFunctions ();
void _17_10_ClassTemplates ();
void _17_11_TemplateSpecialization ();
void _18_01_SpecialMembers ();
void _18_02_DefaultConstructor ();
void _18_03_Destructor ();
void _18_04_CopyConstructor ();
void _18_05_CopyAssignment ();
void _18_06_MoveConstructorAndAssignment ();
void _18_07_ImplicitMembers ();
void _19_01_FriendshipAndInheritance ();
void _19_02_FriendFunctionsAndClasses ();
void _19_03_InheritanceBetweenClasses ();
void _19_04_InheritedCharacteristics ();
void _19_05_MultipleInheritance ();
void _20_01_Polymorphism ();
void _20_02_PointersToBaseClass ();
void _20_03_VirtualMembers ();
void _20_04_AbstractBaseClasses ();
#endif // !_5_CLASSES_H