answersLogoWhite

0


Best Answer

Encapsulation is one of the four pillars of object-oriented programming. The other three are inheritance, polymorphism and abstraction.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

Encapsulation is typical for OOP.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is encapsulation a characteristic of procedural or object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does the paradigm of 4gl procedural declarative programming language adopt polymorphism data encapsulation inheritance and overloading?

It achieves it by implementing the object-oriented paradigm.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


What are the primary methods of programming?

The two primary methods of programming are procedural and object-oriented.


What are the features of object oriented program?

The features of object oriented programming are Abstraction, Encapsulation, Polymorphism & Inheritance


What are components of object oriented programming?

abstraction,encapsulation,inheritence,polymorphism,object


Is java example of a procedural programming language?

No.Its purely object oriented programming language


What are the various elements of Object oriented programming?

Encapsulation, data hiding, inheritance and polymorphism.


What are the basic concept of object oriented programming language?

Inheritance Encapsulation Polymorphism Abstraction


Is c object oriented or object based?

C is a procedural programming language.


What are the drawbacks of procedure oriented programming languages?

Procedural programming is when an application executes a series of procedures. In procedural programming, the user is unable to choose what the program does next. In OOP (Object oriented), the user can click on any button they want, but in procedural, it just executed the pre-set procedures, then ends.


3 pillars of object oriented programming?

abstraction, inheritance, encapsulation, and polymorphism.


All object-oriented programming languages must have the 3 following features?

Abstraction, encapsulation and polymorphismare the three fundamental features of an object oriented programming language.