Singleton instancing

Use this to allow to create and maintain a single instance of the class that allows another class to access its methods and properties class TestClass { private static TestClass…