Skip to content

Commit e3ac40c

Browse files
authored
Update README.md
1 parent ada4f6a commit e3ac40c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
2030: Advanced Object Oriented Programming
55
- https://www.eecs.yorku.ca/~jackie/teaching/lectures/index.html#EECS2030_F19
66
Learnt:
7-
- Aliasing & Alias paths, tracing between object creation and accessor & mutator methods
8-
- Short Circuit Evaluation, Method Overloading & Basics of static vs non static variables
9-
- Handling exceptions (Throws) (Catch-Specify) etc
10-
- Reading Junit Test cases (Although I'm still a bit unfamiliar on how to create them properly)
11-
- Aliasing (single reference vs Array-referenced)
12-
- Defining and overriding equals Method
13-
- Defining and overriding ompareTo Method (although barely used in class)
14-
- HashMap, HashCode and talked about the idea of bucket arrays (but never went in depth)
15-
- ArrayList vs HashTable
16-
- Solving problems recursively (Though I still have a bit of a hard time reading someone elses recursive code)
7+
-Aliasing & Alias paths, tracing between object creation and accessor & mutator methods
8+
-Short Circuit Evaluation, Method Overloading & Basics of static vs non static variables
9+
-Handling exceptions (Throws) (Catch-Specify) etc
10+
-Reading Junit Test cases (Although I'm still a bit unfamiliar on how to create them properly)
11+
Aliasing (single reference vs Array-referenced)
12+
-Defining and overriding equals Method
13+
-Defining and overriding ompareTo Method (although barely used in class)
14+
-HashMap, HashCode and talked about the idea of bucket arrays (but never went in depth)
15+
-ArrayList vs HashTable
16+
-Solving problems recursively (Though I still have a bit of a hard time reading someone elses recursive code)
1717
- But I can make my own basics ones to solve basic* problems like merging 2 sorted arrays using recursion
1818
- ***

0 commit comments

Comments
 (0)