Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- AWS VPC
- docker
- Python
- mininet
- codecommit
- storage gateway
- VPC
- Gateway Cached volume
- 솔트스택
- AWS
- network
- gnutls_handshake()
- saltstack
- generator expression
- clone
- Illegal parameter
- sdn 실습
- Container
- docker exec
- Linux
- S3
- aws codecommit
- mininet 실습
- iterable
- veth
- docker network
- namespace
- built-in
- s3fs
- docker0
- Today
- 525
- Total
- 299,769
목록2016/11 (1)
ㅍㅍㅋㄷ
Python ABC(Abstract Base Class) 추상화 클래스
python ABC(Abstract Base Class) 추상화 클래스 python 의 ABC 클래스는 Base 클래스를 상속받는 파생 클래스가 반드시 Base 클래스의 메서드를 명시적으로 선언해서 구현하도록 강제하는 추상화 클래스 기능이다. 그렇다면 이러한 기능이 왜 필요한가? 이 기능의 필요성을 이해하려면 먼저 상속과 다형성에 대한 이해가 필요하다. OOP 의 가장 강력한 기능 중 하나인 상속(Inhe..
Programming/Python
2016.11.23 14:30