Saturday 1 October 2011

What is Object Oriented Programming?


        It is a problem solving technique to develop software systems. It is a technique to
think real world in terms of objects. Object maps the software model to real world concept. These objects have responsibilities and provide services to application or other objects.

 
            What is a Class ?
                   A class describes all the attributes of objects, as well as the methods that implement    the behavior of member objects. It’s a comprehensive data type which represents a blue print of objects. It’s a template of object

No comments:

Post a Comment