Sunday, January 2, 2011

What is Class ?


Object Oriented Programming has some key terms such as  Classes, Data Abstraction, Encapsulation, Information Hiding ,Inheritance and Polymorphism etc .

Class is a template for a set of objects that share a common structure and a common behavior.
Class describes the nature of a particular thing. Structure and modularity is provided by a Class in object oriented programming environment

Object Oriented Programming, or OOP is a type of programming that combines “objects” such as data fields and certain computer methods to create unique interactivity to effectively create applications and other computer software. 

           

2 comments: