//
pkg.gl
Category
github.com/sodami-hub/study_go
mastering_Go
ch04
interface
OOP
package
0.0.0-20250122005445-b03d38acdb32
Repository:
https://github.com/sodami-hub/study_go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
66 SLOC
#
Interfaces
IntA
No description provided by the author
IntB
No description provided by the author
IntC
IntA, IntB를 만족하는 데이터 타입을 구현하면 IntC도 만족한다.