Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 341 Bytes

i.8.10-member-inheritance.md

File metadata and controls

3 lines (2 loc) · 341 Bytes

I.8.10 Member inheritance

Only object types can inherit implementations, hence only object types can inherit members (see §I.8.9.8). While interface types can be derived from other interface types, they only "inherit" the requirement to implement method contracts, never fields or method implementations.