Class & Object (Instantiation)
June 29, 2010 Leave a Comment
Classes: the “master-prints” for an object and the actual code that defines the properties/member and methods/functions.
Objects: running instances of a class that contain all the internal data and state information needed for application to function / method
Advertisement