How to implement other classes in mojo

Hey! I want to make a custom class that implements/extends another class. I looked through the mojo docs but nothing was found.
4 Replies
Stultitia
StultitiaOP2y ago
Please help
lukas
lukas2y ago
Classes aren’t available yet, you can check the roadmap for tracking
Stultitia
StultitiaOP2y ago
well I meant like structs sorry or is it the same for structs as well
lukas
lukas2y ago
Structs won’t have inheritance in the class sense, you would use traits instead, which are also not implemented yet

Did you find this page helpful?