News

OOP can seem a bit abstract at first, but once you get the hang of it, it’ll change the way you write code. It’s all about thinking in terms of objects and their interactions, which leads to cleaner, ...
13 February, 2010. It was a Saturday. One score (minus five) years ago, in the age of yore and of our programming forefathers, there was written a little book. A seminal book. A book that would change ...
Why does Java's standard class library contain empty interfaces like Cloneable and Serializable? Find out why in this sixth installment in the "Object-oriented language basics" series. You'll also ...