/* Singleton Pattern is creational pattern where a class can only have one instance Example: In a school there can be multiple instance to student class but only one instance to Principal class as ...