Perception

If you're an NUS student, you should definitely try Aggregate.

Tag: OOP

Picking Up PHP

I spent some time in the past week getting started on PHP, and so far I’ve covered majority of the basic concepts. The syntax of PHP is quite similar to Java which I’m already familiar with, so the examples given have been easier to follow and understand. Another area that these languages have in common [...]

-->

The Upcoming Trial

Object-oriented programming has been the tripping stone for me in Java programming module so far, yet it essentially represents the core of the language. It’s taken me a bit of time to accustom to the idea of constructors, accessors and mutators, but writing methods for these have easily become habits now.  I’ve spent quite a [...]

-->