106
GB
A producer sends a message to a consumer.
Which one of the following is asynchronous message communication?
Which one of the following is asynchronous message communication?
IN
एक निर्माता उपभोक्ता को एक संदेश भेजता है। निम्नलिखित में से कौन सा अतुल्यकालिक संदेश संचार है?
A
to translates an existing class interface into a compatible target interface
मौजूदा क्लास इंटरफ़ेस को संगत लक्ष्य इंटरफ़ेस में अनुवादित करना
B
to assign more functionality to an object without sub-classing it
किसी वस्तु को उप-वर्गीकृत किए बिना अधिक कार्यक्षमता प्रदान करना
C
to decouple an abstraction from its implementation so that the two can vary independently
किसी अमूर्त को उसके कार्यान्वयन से अलग करना ताकि दोनों स्वतंत्र रूप से भिन्न हो सकें
D
to nest layers of decorators to add more functionality
अधिक कार्यक्षमता जोड़ने के लिए डेकोरेटर्स की परतें स्थापित करना
✅ Correct Answer: