|
4 | 4 | 2030: Advanced Object Oriented Programming
|
5 | 5 | - https://www.eecs.yorku.ca/~jackie/teaching/lectures/index.html#EECS2030_F19
|
6 | 6 | 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) |
17 | 17 | - But I can make my own basics ones to solve basic* problems like merging 2 sorted arrays using recursion
|
18 | 18 | - ***
|
0 commit comments