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
Please help
Classes aren’t available yet, you can check the roadmap for tracking
well I meant like structs sorry
or is it the same for structs as well
Structs won’t have inheritance in the class sense, you would use traits instead, which are also not implemented yet