add AO the base

This commit is contained in:
tuanvu
2025-11-03 12:58:00 +01:00
parent fabf03710b
commit b4a2e96f19
12 changed files with 106 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
package interfaces;
public interface MethodInvocation {
void call();
}