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.

Related questions

0 votes
0 votes
+1 vote
0 votes
asked Feb 18, 2020 in C Sharp by rahuljain1
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...