Friday, July 27, 2012

object oriented programming

so, object oriented programming is an important concept 
but only when you need it, you define a class

a class should be defined when containing data is important to an abstract object and is not important to outside. 
define a class means when you initiate an instance/object, the object can handle and should handle some thing by itself..!!!

No comments:

Post a Comment