1201
GB
What is a primary actor?
IN
प्राथमिक अभिनेता क्या है?
A
a calling operation in the calling object sends a message to an operation (a.k.a. method) in the called object.
कॉलिंग ऑब्जेक्ट में एक कॉलिंग ऑपरेशन, कॉल किए गए ऑब्जेक्ट में एक ऑपरेशन (उर्फ विधि) को एक संदेश भेजता है।
B
a calling operation in the calling object invokes an operation (a.k.a. method) in the called object.
कॉलिंग ऑब्जेक्ट में एक कॉलिंग ऑपरेशन, कॉल किए गए ऑब्जेक्ट में एक ऑपरेशन (उर्फ विधि) को आमंत्रित करता है।
C
the calling object waits for a response from the called object.
कॉलिंग ऑब्जेक्ट कॉल किए गए ऑब्जेक्ट से प्रतिक्रिया की प्रतीक्षा करता है।
D
the calling object does not wait for a response from the called object.
कॉलिंग ऑब्जेक्ट कॉल किए गए ऑब्जेक्ट से प्रतिक्रिया की प्रतीक्षा नहीं करता है।
✅ Correct Answer: