Computer Science, asked by JhonesSmith, 11 months ago

Define Encapsulation..........

Help me itz urgent​

Answers

Answered by Cutedoll07
7

Hello mates

Here is Ur answer

Encapsulation :

The binding of data and functions into a single unit (called class) is known as Encapsulation .

•This feature was not available in Procedure oriented Language.

•This feature seal the inner parts of program and protect from accident tempering

CLASS

{Data + Function }

Hope it helps uh

@Cutedoll07

Answered by Kinggovind021
0

Hey mate!!

Encapsulation is one of the fundamental concepts in object-oriented programming (OOP). It describes the idea of bundling data and methods that work on that data within one unit, e.g., a class in Java. This concept is also often used to hide the internal representation, or state, of an object from the outside.

Hope this will helpful for you...

Similar questions