Blog Post 15 — CS371P: Object-Oriented Programming Hello! Welcome to my final blog entry for CS371P: Object-Oriented Programming. Key takeaways from this class: test first, test during, test after; test, test, test when designing algorithms, demand the weakest iterators (e.g. bidirectional vs. random access) when designing containers, provide the strongest iterators (e.g. …