Objective-C As A First OOP Language?
- by Daniel Scocco
I am just finishing the second semester of my CS degree. So far I learned C, all the fundamental algorithms and data structures (e.g., searching, sorting, linked lists, heaps, hash tables, trees, graphs, etc).
Next year we'll start with OOP, using either Java or C++.
Recently I got some ideas for some iPhone apps and got itchy to start working on…