Media Summary: In this video I have explained how to fix flaws we saw in part1. Along with fixes there are discussions such as: Double checked ... 0:00 What is Singleton Design pattern 1:30 Video series on Design Patterns for Object Oriented Languages. This time we look at the
Singleton Pattern Part 2 - Detailed Analysis & Overview
In this video I have explained how to fix flaws we saw in part1. Along with fixes there are discussions such as: Double checked ... 0:00 What is Singleton Design pattern 1:30 Video series on Design Patterns for Object Oriented Languages. This time we look at the What is the Singleton design pattern? The In series of video tutorials, we will be talking about different object oriented design Single class is responsible to create single object. Without instantiate the object of class the class can access object. A single ...