페이지

2020년 6월 19일 금요일

Features Excluded Intentinally


* To keep the language simple and concise, the following features commonly available in other similar languages are omitted in Go:

1. Support for type inheritance
2. Support for method or operator overloading
3. Support for circular dependencies among packages
4. Support for pointer arithmetic
5. Support for assertions
6. Support for generic programming


댓글 없음: