Feedback
Methods in abstract classes can now be marked abstract
- Status
- Fixed
- Fixed in
- v26.8.1
- Source discussion
- https://forum.objo.dev/d/752-abstract-classes-dont-have-a-way-to-mark-a-method-as-abstract
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
The Objo language supports abstract methods in abstract classes (Abstract Function / Abstract Sub), and Studio can parse and round-trip them, but the graphical method editor offers no way to mark a class method as abstract. A user who marks a class abstract and then adds a method cannot find an Abstract option, so abstract methods can only be created in interface files or by editing source outside the designer.