Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Objects First With Java: A Practical Introduction Using BlueJ (2nd Edition) Review by Pietro F. M. Diaz

Good Book for learning Object Oriented Programming

This book is excellent to learn to use BlueJ and to learn all the basics you would need for Object Oriented Programming. It is not very deep in teaching Java, but I just figured out that the name says "with Java", so you won't be using in the future as a Java reference book.

This book teach also the basics of Design Patterns and gives a good overview of the programming process. It comes with the CD that contains all the code in the book but you can also get the code from the site.

I also missed the answer for some of the exercises in the book, but it seems the book is intended to be this way, so you have to think more and don't have the answers.

I strongly recommend this book for people who is willing to learn OOP using. Java