Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
what does the abbreviation of OOP mean ?
Object-Oriented Programming (OOP) is different from procedural programming languages (C, Pascal, etc.) in several ways. Everything in OOP is grouped as "objects" . OOP, defined in the purest sense, is implemented by sending messages to objects.
answerd
http://www.bayt.com/fr/specialties/q/1532/what-is-meant-by-oop/
and you have to read this
http://en.wikipedia.org/wiki/Object-oriented_programming
Object Oriented Programming.
OOP -Object Oriented programming.,
In the Object Oriented Programming OBJECTS are focused first and then on CLASS
Example: Mango is an Fruit.
Mango is an OBJECT and Fruit is a CLASS
In this we specify on Object first,by this compilation time is reduced
OOP is a programming methodology that helps organize complex programs through the use of inheritance, encapsulation, and polymorphism
Best Example in our daily life is JAVA-
websites(facebook,twitter,google etc),applications such as whatsapp,line,wechat etc are based on the Java.,these are developed at one Operating System and can be run(viewed or used) in any Operating system at anytime
it's slogan is WRITE ONCE RUN ANYWHERE
Features-
Simple
• Secure
• Portable
• Object-oriented
• Robust
• Multithreaded
• Architecture-neutral
• Interpreted
• High performance
• Distributed
• Dynamic
OOP is a shortcut for object oriented programming
this type of programming methodology relies upon the Class concept, where these classes are created and used as a reusable objects to be used either inside the program an can be exposed out side the application boundary
the class is an object that has its owne members, methods, properties .....ets
there are more than one concept inforced by this methodology the most important concepts are
Data hiding, Polymorphism and Inheritance
you can refer to the follwing links that discuss this methodology
http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concephttp://en.wikipedia.org/wiki/Object-oriented_programming
Basically OOP is stand for "Object Oriented Programming".
In software world object is instance of a class and different classes define the structure of an application.
Rather than functional programming OOP inhance the productivity and scalability of software apps.
OOP -Object Oriented programming.,
The language where objects are identified via properties. Classes and methods are used for this puposes.
OOP is abbreviation of Object Oriented Programming.
oop refer to object oriented programming includes concepts of classes,objects,inheritance & polymorphism
OOP means : Object Oriented Programming