singleton tag

2 questions


2 answers
34 views
0
What are the disadvantages and overheads of a single-ton class?

Hello, I am a beginner developer who is developing games with C++ and DirectX.My question is that not only games but also various design patterns are applied when developing softwareAmong them, Single...

2 years ago

1 answers
32 views
0
Is there any way to prevent the creation of only one object?

Is there any way to prevent the creation of only one object? For example, there's only one person in the world like me. soIf you instantiate me, I want to prevent you from objectifying more than one o...

2 years ago

© 2024 OneMinuteCode. All rights reserved.