Ask Question

What is a method? an object instantiated from a class a coordinated sequence of instructions that will be carried out when requested using Alice control structures such as a "Loop" to shorten code an elegant and efficient way of programming

+1
Answers (1)
  1. 17 January, 11:35
    0
    Complete Question:

    What is a method?

    A. An object instantiated from a class

    B. An elegant and efficient way of programming

    C. A coordinated sequence of instructions that will be carried out when requested

    D. Using Alice control structures such as a a "Loop" to shorten code

    Answer:

    C. A coordinated sequence of instructions that will be carried out when requested

    Explanation:

    A method also known as function or procedure in other languages is a written set of code with a name and parameter list that can be requested / called/invoked by typing out its name to carryout its function. A method can be seen as a subprogram which carries out some action on data and most times gives back (returns) a value.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is a method? an object instantiated from a class a coordinated sequence of instructions that will be carried out when requested using ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers