shubhangisingh453Mar 22, 20233 min readFunctions in Java: Everything you need to KnowIn Java, a function is called a method. A method is a block of code that performs a specific task and can be executed by calling it from...
shubhangisingh453Mar 21, 20237 min readMethods in Object-Oriented Programming (OOP): types, advantage, usage📗 Methods Methods are used to encapsulate a block of code and perform a specific task. They can be called from other parts of the...