Interface Dispatch in C++, Java, C#, Go, and Rust Comments via andyc@users.lobste.rs (andyc)
lukasatkinson.de
Interface Dispatch | Lukas Atkinson
Interfaces are a kind of multiple inheritance, which makes method dispatch difficult. Different solutions are discussed, as used e.g. by C++, Java, C#, Go, and Rust.