design - What is the use/advantage of function overloading? -


फ़ंक्शन ओवरलोडिंग का उपयोग / लाभ क्या है?

स्थिर टाइपिंग के साथ, उपयोग पैरामीटर के आधार पर लागू अधिभार से मेल करने के लिए कंपाइलर को छोड़ दिया जाएगा। डायनामिक टाइपिंग के लिए, यह समान मैच अप रन टाइम पर होगा, संभवत: असफल हो जाने पर कोई उचित मिलान नहीं मिलता है।


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -