logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is conversion operator ?


  • Correct Answer
  • Class can have a public method for specific data type conversions for example: class B { double value; public B(int i ) operator double() { return value; } }; B BObject; double i = BObject; // assigning object to variable i of type double now conversion operator gets called to assign the value 

  • Tags: Analyst, Bank Clerk, Bank PO, Database Administrator, IT Trainer, Project Manager, Software Architect

    Technology problems


    Search Results


    • 1. A piece of icon or image on a web page associated with another webpage is called

    • Options
    • A. url
    • B. plugin
    • C. hyperlink
    • D. none of the mentioned
    • Discuss
    • 2. Explain electronic payment procedure.
    • Discuss
    • 3. Write an SQL Query to check whether date passed to Query is date of given format or not.
    • Discuss
    • 4. What is the purpose of UIWindow object?
    • Discuss
    • 5. What are the features added in iOS 9 ?
    • Discuss
    • 6. What are the support tickets given in SAP fico module? please give some examples.
    • Discuss
    • 7. How can we display the output directly to the browser?
    • Discuss
    • 8. Difference between %TYPE and %ROWTYPE.
    • Discuss
    • 9. What is Interpreter in Java?
    • Discuss
    • 10. Which object is create by UIApplicationMain function at app launch time?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment