InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between - and -- in terms of java ...? |
|
Answer» Here is your answer...☺☺☺ ➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡ In simple terms a function is one which is declared OUTSIDE a class and a method is something which isdeclared inside a class and is called using instance of the class. Function or method is the same. While, Functionis a terminology of C++, method is terminology for function in Java. ✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔ I hope this answer is helpful to U...❤❤❤ Keep Asking...✌✌✌ ✨✨✨If HELP you. Mark my answer as a brainliest✨✨✨ |
|