Replies: 1 comment
-
In Adept, regular structs do not have vtables. When you do want a vtable, All classes have an implicit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
vtable
of C++struct
/class
is very well defined. I'm curious about thevtable
of Adeptstruct
/class
. Is it similar to C++?Beta Was this translation helpful? Give feedback.
All reactions