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
ellie
c-sharp-study
Wiki
ellie csharp 3.class
ellie csharp 3.class
· Changes
Page history
ellie created page: ellie csharp 4.bcl
authored
Nov 16, 2015
by
ellie
Hide whitespace changes
Inline
Side-by-side
ellie-csharp-3.class.markdown
View page @
e0d3f7ad
### **1. class**
### **1. class**
class와 struct는
CTS의 기본 구조로
하나의 논리 단위에 속하는 일련의 data와 behavior을 encapsulate한 데이터 구조이다.
class와 struct는 하나의 논리 단위에 속하는 일련의 data와 behavior을 encapsulate한 데이터 구조이다.
```
cs
```
cs
Class
TestClass
Class
TestClass
{
{
...
...