Skip to content

Commit e88f4a9

Browse files
authored
changed files by pdets auto publish service, publishid[7048ee4c-856c-4451-b9e7-246ed54d291e] and do [publish].
1 parent 57c5db0 commit e88f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-azure/manage-class-implementations/includes/2-examine-structure-object-oriented-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Abstraction: Encapsulation supports the concept of abstraction by exposing only
5050
Users of the object don't need to know the internal implementation, which reduces code complexity and improves readability.
5151

5252
> [!NOTE]
53-
> Encapsulation is about hiding the data members that users of a class don't need. Data members are encapsulated, or hidden, using the `private' accessor keyword. Access to hidden field variables is controlled using properties and methods. Hidden data members aren't directly accessible.
53+
> Encapsulation is about hiding the data members that users of a class don't need. Data members are encapsulated, or hidden, using the `private` accessor keyword. Access to hidden field variables is controlled using properties and methods. Hidden data members aren't directly accessible.
5454
5555
```csharp
5656

0 commit comments

Comments
 (0)