javascript
Brief description  about Online courses   join in Online courses
View Devi Prasad Patro 's Profile

OOPS

what is OOPS?
Asked by Devi Prasad Patro | Apr 20, 2011 |  Reply now
Replies (1)
View arun kumar das 's Profile
Hi,

OPPs abbreviated as an Object Oriented Programming Language.
•Object Oriented Programming (OOP) is a Programming methodology that uses
‘object’ to design applications and computer programs.
•Object-Oriented Programming (OOP) is a software development paradigm

that suggests developers to split a program in building blocks known as objects. The OOP paradigm allows developers to define the object's data, functions, and its relationship with other objects.
•It utilizes various techniques from previously established paradgrims including
Inheritance, Polymorphism and Encapsulation.
•The ability to define a class and create instances of classes is one of the most
important capabilities of any Object Oriented Programming.

Apr 22, 2011