BioFortis interview question

Indirectly asked to implement a singleton design pattern

Interview Answer

Anonymous

Mar 13, 2019

Implemented it using static class and private constructor.