A simple example of polymorphism in zig with interface.zig. The example uses 2 Shapes - Rectangle and Circle which are then added into the same array and used.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple example of polymorphism in zig with interface.zig. The example uses 2 Shapes - Rectangle and Circle which are then added into the same array and used.