Hi everybody!
I understand that D's classes solve some particular problems. However, they also cause problems because they cannot be copied when scoped. So how do I get virtual methods on a copyable stack object?
Marvin Hannott via Digitalmars-d-learn Wed, 11 May 2022 07:01:26 -0700
Hi everybody!
I understand that D's classes solve some particular problems. However, they also cause problems because they cannot be copied when scoped. So how do I get virtual methods on a copyable stack object?