0 votes
in C Sharp by
Explain object pool in C#?

1 Answer

0 votes
by

Object pool is used to track the objects which are being used in the code. So object pool reduces the object creation overhead.

...