We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e141cdd commit d54d7c4Copy full SHA for d54d7c4
1 file changed
Java_OOP/EncapsulationExample.java
@@ -12,9 +12,9 @@
12
* - Provide PUBLIC getter and setter methods for controlled access
13
*
14
* Benefits of Encapsulation:
15
- * ✅ Protects data from unintended modification
16
- * ✅ Allows validation and control over how data is changed
17
- * ✅ Increases code maintainability and flexibility
+ * - Protects data from unintended modification
+ * - Allows validation and control over how data is changed
+ * - Increases code maintainability and flexibility
18
*/
19
20
public class EncapsulationExample {
0 commit comments