printf - A speculative implementation

This post mainly concerns itself with the problem of functions accepting a variable number of parameters. There's a catch though!

Trait implementation in Rust & how inheritance differs from interfaces

This post discusses about how inheritance and interface are two entirely different mechanism, how Trait in Rust is an implementation of the interface abstraction & how Trait object is implemented