Computer Science, asked by bertingtobert1647, 11 months ago

If different properties and functions of a real world entity is grouped or embedded into a single element, what is it called in oop language?

Answers

Answered by divyam39
1

Answer:

sorry I don't know answer but pls don't report my answer

Answered by smartbrainz
0

It is 'Encapsulation', which 'groups different properties and functions' of a real world entity into 'single element'.

Explanation:

  • Encapsulation is an OOPs concept of wrapping the data and code. In this OOPS definition, the variables of the class are always concealed from other classes. It can only be reached by using the methods of their current class.
  • The object-oriented approach supports encapsulation. The user doesn't need to understand the functioning of the object. The user should only know the interface provided to us.

To know more

Define encapsulation with an example

https://brainly.in/question/3999832

Wch two statements best describe data encapsulation? (choose two) mark for review (1) points (choose all correct answers) member data can be modified directly. methods provide for access and modification of data. the access modifier for methods is protected. the access modifier to member data is private?

https://brainly.in/question/2846345

Similar questions