Encapsulation and Protection Attributes

This commit is contained in:
Ki Rill 2020-07-10 12:47:34 +06:00 committed by GitHub
parent a6512db88e
commit bf369e72cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ private void hello() { }
// 2) c++ style
public:
void hello() { }
// ...
// ....
// 3) block style
protected {