SwuduSusuwu / SubStack

Stages blog posts, plus has C++ sources which match posts. Blog about human nervous tissues + autonomous tools
https://SwuduSusuwu.substack.com/
Apache License 2.0
2 stars 0 forks source link

Finish `cxx/ClassObject.hxx`, use this to assist future `Java` ports from `C++` #10

Open SwuduSusuwu opened 5 days ago

SwuduSusuwu commented 5 days ago

https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassObject.hxx

SwuduSusuwu commented 5 days ago

Is some slowdown to use inheritance+polymorphism with all classes, https://stackoverflow.com/questions/8824587/what-is-the-purpose-of-the-final-keyword-in-c11-for-functions/78680754#78680754 shows howto use final to fix this