Comparison of Java and C++: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 79:
|-
| Single and [[multiple inheritance]] of classes, including virtual inheritance.
| Only supports single inheritance of classes,{{sfn|Bloch|2018|loc=Foreword|pp=xi-xii}}, however interfaces may multiply extend other interfaces and classes may implement multiple interfaces.
|-
| Compile-time templates. Allows for [[Turing complete]] meta-programming.