Back to Articles

This code example is a basic method signature:

returnType methodName(pList1, pList2, pList3, pList4)

where

pList1
is the first variable declaration passed to methodName
pList2
is the second variable declaration passed to methodName
pList3
is the third variable declaration passed to methodName
pList4
is the fourth variable declaration passed to methodName