❔ How does the execution pipeline works with interfaces that implement methods?
Lets say we have the icommand interfact, it has to methods : canExcute and Excute,
When i bind said command to a button and click it, How does it know to go into the execute method? whats going on behind? Who is responsible for telling the code to go into that methode and where can i find it?
When i bind said command to a button and click it, How does it know to go into the execute method? whats going on behind? Who is responsible for telling the code to go into that methode and where can i find it?