Skip to content

Commit 0ea812e

Browse files
committed
Update README.md
1 parent 42ed760 commit 0ea812e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is an experimental project doing multiple inheritance OOP using C3 MRO in Rust that is co-developed with Codex.
22

3-
This project supports virtual/non-virtual inheritance (mixed virtual and non-virtual inheritance is also supported), abstract methods/classes, generic classes, virtual/non-virtual methods, static/const class items, class functions, unsafe/async methods, const functions (const functions cannot be virtual), path-dependent and non path-dependent up/down casts.
3+
This project supports virtual/non-virtual inheritance (mixed virtual and non-virtual inheritance is also supported), abstract methods/classes, generic classes, virtual/non-virtual methods, static/const class items, class functions, unsafe/async methods, const functions (const functions cannot be virtual), up/down casts (ambiguous casts can be made unambiguous by specifying the path to the base class).
44

55
Mandatory `#[override]` attributes are required when a method overrides a superclass method.
66

0 commit comments

Comments
 (0)