Monthly Archives: February 2012

Polymorphism

Polymorphism means having one name and many forms or shape. The term polymorphism comes from Greek roots. In.. read more>>

Information Hiding

Information hiding or data hiding in programming is about protecting data or information from any inadvertent change throughout.. read more>>

Encapsulation

Encapsulation is packing or combining two or more items in one unit. The concept of encapsulation is used.. read more>>

Class

Classes in programming languages are user defined data types. But they behave like built-in data types. Classes are.. read more>>

Object

Anything that can be seen or touched is an object. Objects are everywhere around you. They may represent.. read more>>

Object Oriented Programming (OOP)

Object oriented programming is a type of programming paradigm which is abbreviated as OOP. This approach of programming.. read more>>

Programming Software

Programming software is a software which helps the programmer in developing other software. Compilers, assemblers, debuggers, interpreters etc... read more>>