in Object Oriented Programming retagged by
9,191 views
0 votes
0 votes

What is ‘Basis of Encapsulation’?

  1. object
  2. class
  3. method
  4. all of the mentioned
in Object Oriented Programming retagged by
by
9.2k views

1 Answer

0 votes
0 votes

ANS D

Encapsulation refers to an object's ability to hide data and behavior that are not necessary to its user. Encapsulation enables a group of properties, methods and other members to be considered a single unit or object.

The following are the benefits of encapsulation:

  • Protection of data from accidental corruption
  • Specification of the accessibility of each of the members of a class to the code outside the class
  • Flexibility and extensibility of the code and reduction in complexity
  • Lower coupling between objects and hence improvement in code maintainability
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true