Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 3.class
doh csharp 3.class
· Changes
Page history
dohun94 created page: doh csharp 3.class
authored
Mar 15, 2017
by
박도현
Show whitespace changes
Inline
Side-by-side
doh-csharp-3.class.md
View page @
5130e14f
...
...
@@ -1348,3 +1348,14 @@ namespace ConsoleApplication1
}
}
```
## 질문사항
*
스택 영역의 사이즈는 어떻게 결정되는가?
*
생성자 내에서 exception이 발생되면 객체에는 어떤 값이 리턴되는가?
*
C#에서 전역변수는 언제 쓰는가?
*