Skip to main content

Posts

Showing posts from September, 2012

Introduction Basic Concepts of Oops

Introduction Basic Concepts of Oops: Encapsulation and inheritance these are the basic concepts of Object Oriented Programming. I wrote it for those who don't have basic concepts of oop, and for those who feels programming a big monster. I tried to make them understand as much easiest. Introduction In this article i would like to describe the people what are the basic concepts of Object Oriented Programming The OOP stands on the following three pillars. Object &Class (Encapsulation) Inheritance Polymorphism 1 Object & Class (Encapsulation):                   Object: The Object is an Instance in programming language which is made by inspiring from the real world which contains some properties and methods. Lets take an example of a person(object) from the real world. A person is an   object,   as i told you before that an object could   have methodes(behaviour)& properties   so here person(object) could have some properties  li