The Object-Oriented Thought Process
Third Edition
Matt Weisfeld
An introduction to object-oriented concepts for developers looking to master modern application practices.
Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, and Visual Basic .NET. By designing with objects rather than treating the code and data as separate entities, OOP allows objects to fully utilize other objects’ services as well as inherit their functionality. (more…)
RSS Feed
October 10th, 2009
Admin 
Posted in
Tags:

