answersLogoWhite

0

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

User Avatar

Wiki User

9y ago

What else can I help you with?

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 basic concept of object oriented programming language?

Inheritance Encapsulation Polymorphism Abstraction


What are the various elements of Object oriented programming?

Encapsulation, data hiding, inheritance and polymorphism.


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.


Main deffrent between c and cpp?

The main difference between c and c++ is the concept of 'Object Oriented Programming' (OOPS). Thus c does not have the benefits of oops like: 1. abstraction 2. encapsulation 3. inheritance 4. polymorphism etc.