KnowledgeBoat Logo

Computer Applications

Define a method. What is meant by method prototype?

User Defined Methods

94 Likes

Answer

A program module used at different instances in a program to perform a specific task is known as a method or a function.

First line of method definition that contains the access specifier, return type, method name and a list of parameters is called method prototype.

Answered By

56 Likes


Related Questions