File tree 2 files changed +179
-0
lines changed
2 files changed +179
-0
lines changed Original file line number Diff line number Diff line change
1
+ <link href =" ../../style.css " rel =" stylesheet " ></link >
2
+
3
+ # Chapter 1: Advanced Class Design
4
+
5
+ ## 📜 Contents 📜:
6
+
7
+ - [ 🧠 1.1 Reviewing OCA Concepts] ( /src/chapter_1/chapter_1_1_access_modifiers/ )
8
+ - [ 🧠 1.2 Using instanceof] ( /src/chapter_1/chapter_1_2_using_instanceof/ )
9
+ - [ 🧠 1.3 Understanding Virtual Method Invocation] ( /src/chapter_1/chapter_1_3_virtual_method_invocation/ )
10
+ - [ 🧠 1.4 Annotating Overridden Methods] ( /src/chapter_1/chapter_1_4_annotating_overridden_methods/ )
11
+ - [ 🧠 1.5 Coding equals, hashCode, and toString] ( /src/chapter_1/chapter_1_5_equals_hashCode_toString/ )
12
+ - [ 🧠 1.6 Working with Enums] ( /src/chapter_1/chapter_1_6_enums/ )
13
+ - [ 🧠 1.7 Creating Nested Classes] ( /src/chapter_1/chapter_1_7_creating_nested_classes/ )
14
+ - [ 📝 Revision Notes] ( /src/revision_notes/chap01/ )
15
+ - [ ✅ Review Questions] ( /src/review_questions/chapter_1/ )
16
+
17
+ <hr >
18
+
Original file line number Diff line number Diff line change
1
+ <link href =" ../../styles.css " rel =" stylesheet " ></link >
2
+
3
+
4
+ ## Results:
5
+
6
+ Date: <br >
7
+ Score: /20 <br >
8
+
9
+ | Question # | Correct |
10
+ | ---------- | ------- |
11
+ | 1 | |
12
+ | 2 | |
13
+ | 3 | |
14
+ | 4 | |
15
+ | 5 | |
16
+ | 6 | |
17
+ | 7 | |
18
+ | 8 | |
19
+ | 9 | |
20
+ | 10 | |
21
+ | 11 | |
22
+ | 12 | |
23
+ | 13 | |
24
+ | 14 | |
25
+ | 15 | |
26
+ | 16 | |
27
+ | 17 | |
28
+ | 18 | |
29
+ | 19 | |
30
+ | 20 | |
31
+
32
+ ## Question 1
33
+
34
+
35
+ ### My Answer:
36
+
37
+ <hr >
38
+
39
+ ## Question 2
40
+
41
+ ### My Answer:
42
+
43
+ <hr >
44
+
45
+ ## Question 3
46
+
47
+ ### My Answer:
48
+
49
+ <hr >
50
+
51
+ ## Question 4
52
+
53
+ ### My Answer:
54
+
55
+ <hr >
56
+
57
+ ## Question 5
58
+
59
+ ### My Answer:
60
+
61
+ <hr >
62
+
63
+ ## Question 6
64
+
65
+ ### My Answer:
66
+
67
+
68
+ <hr >
69
+
70
+ ## Question 7
71
+
72
+ ### My Answer:
73
+
74
+ <hr >
75
+
76
+
77
+ ## Question 8
78
+
79
+ ### My Answer:
80
+
81
+ <hr >
82
+
83
+
84
+ ## Question 9
85
+
86
+ ### My Answer:
87
+
88
+ <hr >
89
+
90
+
91
+ ## Question 10
92
+
93
+ ### My Answer:
94
+
95
+ <hr >
96
+
97
+ ## Question 11
98
+
99
+ ### My Answer:
100
+
101
+ <hr >
102
+
103
+
104
+ ## Question 12
105
+
106
+ ### My Answer:
107
+
108
+ <hr >
109
+
110
+
111
+ ## Question 13
112
+
113
+ ### My Answer:
114
+
115
+ <hr >
116
+
117
+ ## Question 14
118
+
119
+ ### My Answer:
120
+
121
+ <hr >
122
+
123
+
124
+ ## Question 15
125
+
126
+ ### My Answer:
127
+
128
+ <hr >
129
+
130
+ ## Question 16
131
+
132
+ ### My Answer:
133
+
134
+ <hr >
135
+
136
+
137
+ ## Question 17
138
+
139
+ ### My Answer:
140
+
141
+ <hr >
142
+
143
+
144
+ ## Question 18
145
+
146
+ ### My Answer:
147
+
148
+ <hr >
149
+
150
+ ## Question 19
151
+
152
+ ### My Answer:
153
+
154
+ <hr >
155
+
156
+
157
+ ## Question 20
158
+
159
+ ### My Answer:
160
+
161
+ <hr >
You can’t perform that action at this time.
0 commit comments