🌉 bridged from ⁂ https://mastodon.gamedev.place/@gertkeno, follow @ap.brid.gy to interact
virtual void funky() = 0;
If this isn't implemented in derived classes they are also abstract, trying to create an abstract object will fail the compilation.
Usually […]
virtual void funky() = 0;
If this isn't implemented in derived classes they are also abstract, trying to create an abstract object will fail the compilation.
Usually […]