Science, asked by riyabansal3744, 1 year ago

What is Object pool?Why is an Object Pool required in C#.NET?

Answers

Answered by ayesha123
1

The object pool pattern is a software creational design pattern that uses a set of initialized objects kept ready to use – a "pool" – rather than allocatin

Similar questions