Callable

/ˈkɔːləbəl/

कॉल किया जा सकने योग्य; (कंप्यूटिंग) ऐसा ऑब्जेक्ट जिसे फ़ंक्शन की तरह बुलाया/चलाया जा सके; (वित्त) कॉल करने योग्य/रिडीमेबल बांड

Origin & History

From call + -able; in modern technical use, adopted in computing for function-like objects and in finance for redeemable bonds.

call + -able से; आधुनिक तकनीकी प्रयोग में यह कंप्यूटिंग में फ़ंक्शन-जैसे ऑब्जेक्ट्स के लिए और वित्त में रिडीमेबल (कॉल करने योग्य) बांड के लिए प्रचलित हुआ।

Definition

Callable means something that can be called or invoked; in programming, a callable is any object you can call like a function (e.g., a function, method, or object implementing a call operation). In finance, a callable bond is one the issuer may redeem before its maturity date.

Callable का अर्थ है जिसे कॉल/बुलाया या इनवोक किया जा सके; प्रोग्रामिंग में callable वह कोई भी ऑब्जेक्ट है जिसे फ़ंक्शन की तरह कॉल किया जा सके (जैसे फ़ंक्शन, मेथड, या ऐसा ऑब्जेक्ट जिसमें कॉल ऑपरेशन हो)। वित्त में callable bond वह बांड है जिसे जारीकर्ता मैच्योरिटी से पहले रिडीम (कॉल) कर सकता है।

Parts of Speech

Noun:
In Python, a function is a callable.
Noun:
The fund holds several callables issued by banks.
Adjective:
Make sure the handler is callable before you invoke it.
Adjective:
This is a callable bond, so it can be redeemed early by the issuer.

Usage Examples

The callback must be callable, otherwise the program will crash.
Any object with a __call__ method is callable in Python.
Investors demanded a higher yield because the bond is callable.
The class instances are callable after we implement the call interface.

Synonyms

Invocable Callable (redeemable) Redeemable (finance) Callable (computing: able to be called)

Related Forms

Noun
Call / Caller / Callability
Verb

Idioms & Phrases

Callable object
कॉल करने योग्य ऑब्जेक्ट
Callable bond
कॉल करने योग्य (रिडीमेबल) बांड
Make it callable
इसे कॉल करने योग्य बनाना