Seminar
[MVA]C# 점프 스타트 <02 복합 형식 구성, 객체 인터페이스 및 상속>
devsong
2016. 8. 19. 12:45
이 세션에서는 복합 형식의 구성과 객체 대한 템플릿 정의, 그리고 참조와 값이 메모리 전략을 살펴봅니다. 또한 객체 인터페이스와 상속과 제너릭에 대해 다룹니다.
목차
1. Constructing Complex Types
- Classes and Structs
- Access Modifiers
- Properties
- Methods
- Events
- Delegates, Multicasting & EventHandler
2. Object Interfaces and Inheritance
- Inheritance
- Creating Object Instances
- Interfaces
3. Generics
- Generics
- Boxing/Unboxing
- Generic Classes, Interfaces and Methods
강의 동영상
참고
- James Song