Skip to content

Instantly share code, notes, and snippets.

@julienetie
Created September 21, 2024 18:53
Show Gist options
  • Save julienetie/b1061ce38132b7496c82637cdff842ca to your computer and use it in GitHub Desktop.
Save julienetie/b1061ce38132b7496c82637cdff842ca to your computer and use it in GitHub Desktop.
Class PL comparison
Language Inheritance Encapsulation Polymorphism Constructors Static Members Multiple Inheritance Method Overriding Method Overloading
C class NA NA NA NA NA NA NA NA
C++ class
C# class
Swift class
Zig class NA NA NA NA NA NA NA NA
Rust class NA NA NA NA NA NA NA NA
Go class NA NA NA NA NA NA NA NA
Odin class NA NA NA NA NA NA NA NA
D class
V class
Nim class NA NA NA NA NA NA NA NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment