Showing posts with label instance variable. Show all posts
Showing posts with label instance variable. Show all posts

Sunday, 19 January 2014

FUNDAMENTAL CLASS PATTERNS IN JAVA

A class the basic building block of an object-oriented language such as Java is a template that describes the data and behavior associated with instances of that class. The data associated with a class or object is stored in variables; the behavior associated with a class or object is implemented with methods.