I'm searching for a good tutorial about object oriented analysis and design but can't find any short and clear tutorial which will has:
1. Explanation of oo concepts (very short)
2. CODE EXAMPLE (eg. if someone describe aggregation I wanna see how I can use this in my class)
There is a lot of tutorials but they are all without code example except this one: http://www.cs.gordon.edu/courses/cs211/ATMExample/index.html
This is great tutorial but on harder example. It would be perfect if there is a similar tutorial on easier example.
The last thing, please if possible give me the link for C++ or Java tutorials or short books.
Thanks for suggestions.