Making a SO file multiton

Making a SO file multiton

BY 19 Jun 2023 Native Application Development

I’m trying to create multiple instances of a library so file but when I try to create 2 objects it turns out to be the same.

 

So is it possible to create multiple objects of a class defined in so file. If yes what could be the possible reason for the above.

Written by