Skip to content

Commit 5ceb2f9

Browse files
authored
Update README.md
1 parent e3ac40c commit 5ceb2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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
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
1010
-Reading Junit Test cases (Although I'm still a bit unfamiliar on how to create them properly)
1111
Aliasing (single reference vs Array-referenced)
1212
-Defining and overriding equals Method

0 commit comments

Comments
 (0)