Showing posts with label Oops. Show all posts
Showing posts with label Oops. Show all posts

Friday, August 23, 2013

Object Oriented Programming (Oops) Concepts

Hello Friends, Today I am writing this post because of this is very important question in interview . And Before starting programming you should be about the concepts of Oops. What is OOP?  The object oriented programming is commonly known as OOP. Most of the languages are developed using OOP concept. Object-oriented programming (OOP) is a programming concept that uses "objects" to develop a system. A programming object has an ability to perform actions and has attributes. It performs just like real world entities for e.g. a motor bike. A bike performs actions such...