Computer Science, asked by sagorika5978, 1 year ago

Which of the following is least important to know if you want to be able to use a method to its full potential ?
(a) the method's return type
(b) the type of arguments the method requires
(c) the number of statement within the method
(d) the type of Exceptions the method throws

Answers

Answered by Anonymous
6
Hey mate.... ✌


Here's ur ans. ⤵


The least important point to know if u want to be able to use a method to its full potential is


C) The no. of statements the method throws .


____________________

✌Hope it helps
Answered by gratefuljarette
0

The number of statement within the method is least important to know if you want to be able to use a method to its full potential.

Explanation:

  • A method is basically a function in a programming language that contains the arguments or parameters and returns a value. All the above-mentioned options are important for a method to function.
  • But the number of statements used within any particular function is least important as compared to other given options. The functions used in objects oriented programming language are known as methods.
Similar questions