ChinhTD
New member
- Joined
- Nov 2, 2024
- Messages
- 2
- Programming Experience
- 1-3
I'm super new to OOP, the learning path is interesting, and easy with the help from great communities like this one or geeks.. until this barrier which I tried to google for a day, maybe because of my stupidity, or everyone knows it already . Let's say I have methodX calls to method1 then calls to methodA, method1 calls to method2, method2 calls to method3, and methodA calls to methodB, methodB calls to methodC. My question is: in C#, the method3 needs to be finished before methodA is called "strictly" or not. And the same question, but a little bit different case: methodX calls the same methodM from an array of object, then another methodP. In this case, when the methodP execute? Thank you for your time and wisdom!