Created
September 21, 2024 18:53
-
-
Save julienetie/b1061ce38132b7496c82637cdff842ca to your computer and use it in GitHub Desktop.
Class PL comparison
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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