In object oriented programming (OOP), the term "encapsulation" refers to
Defining objects that manage their own data
Having classes that inherit fields and methods from other classes
Treating different objects the same based on their common characteristics
`Hey,
Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries
Encapsulation is one of the fundamentals of OOP (object-oriented programming). It refers to the bundling of data with the methods that operate on that data. Encapsulation is used to hide the values or state of a structured dataobject inside a class, preventing unauthorized parties' direct access to them.
TRUE
Kindly revert for any queries
Thanks.
In object oriented programming (OOP), the term "encapsulation" refers to Defining objects that manage their own...