Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nuclaer
LangOptum
Wiki
OOP
OOP
· Changes
Page history
Added comment clarifying code
authored
May 17, 2020
by
Nuclaer
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
OOP.md
OOP.md
+4
-2
No files found.
OOP.md
View page @
412c9983
...
...
@@ -11,6 +11,8 @@ class A {
class B inherit A {
B(uint32 myint) {
:(myint);
:(myint);
// call constructor
}
}
```
\ No newline at end of file