Tuesday, May 27, 2014

Object-oriented programming(OOP)


Object-oriented programming, also called OOP, is a model for writing computer programs. Before OOP most programs were a list of instructions that acted on memory in the computer. Instead of a procedural list of actions, OOP is modeled around objects that interact with each other. Classes generate objects and define their structure, like a blueprint. The objects interact with each other to carry out the intent of the computer program. Many Design Patterns have been written utilizing OOP principles for code reuse.
From Wikipedia, the free encyclopedia

Learn Object-oriented programming online
http://en.wikibooks.org/wiki/Object_Oriented_Programming
http://docs.oracle.com/javase/tutorial/java/concepts/
http://www.ntu.edu.sg/home/ehchua/programming/java/J3a_OOPBasics.html
http://www.webopedia.com/TERM/O/object_oriented_programming_OOP.html

No comments: