Looking at Object-Oriented Programming
Today sees the start of a series of articles on object-oriented programming. Learning about objects is fundamental to becoming a good Java programmer.
Before I start looking at how Java creates and uses objects it's best to introduce some theory behind object-oriented programming. You will learn what it means to create programs that are object-oriented, what objects are, their states and behaviors, and how they relate to data encapsulation.


Comments
Looking forward to this OOP blog… keep it going and please cover advanced stuff too when it’s due.
That’s the plan. Is there anything about object-oriented programming that you’re especially interested in?