SyntaxFix
Write A Post
Hire A Developer
Questions
= my() {}; means that there's an anonymous implementation, not simple instantiation of an object, which should have been : = my(). You can never instantiate an abstract class.
= my() {};
= my()