answersLogoWhite

0

Object-oriented programming is a category of programming languages. On a larger scale, OOP would belong under the imperative programming paradigm.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is structured programming an OOP principle?

No. Structured programming came before object-oriented programming. Most OOP languages make use of structured programming, but only because they were already using structured principals, not because they now use OOP principals.


The field to which OOp is related?

computer programming


Describe the differences in body plans between the five classes of echinoderms?

I do not believe that this belongs in the "computer programming" category.


Are there any non OOP concepts that are useful in OOPLanguages?

No there is no such non OOP concepts are there which can be used as part of programming


What are the concepts of object oriented programming in c plus plus?

The concepts of OOP in C++ are the same as for OOP in any other programming language: abstraction, encapsulation, inheritance and polymorphism.


What is full form of oop's?

Object Oriented Programming


Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).


What are the disadvantages of object oriented programming over structured programming?

actually oop concept have some disadvantage when compared to structured programming


What three concepts are the basis for object-oriented programming?

Classes, objects and methods are the three concepts for OOP programming.


Full form of oops?

The full form of OOP is Object-Oriented Programming.


What is oops code in computer science?

oop is just object oriented programming...


Can you create class in 'c'?

Class acts as an encapsulation of attributes and methods, that is used by an object oriented programming (OOP) language. Since C is not an OOP, its a structural programming language, one can not create classes in C. That is why OOP version of C was developed called C++, where one can work with classes.