answersLogoWhite

0

The same as in C, with a comma-separated list of formal arguments enclosed in parenthesis.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

Do void methods have parameters?

A void method is just like any other method; it may or may not have parameters.


Can an abstract method be declared static?

Yes. Abstract methods can be declared static


How do you overload static methods in java?

Just create two methods with the same name, but with different types or numbers of parameters.


How do you prevent inheritance in java?

If a class is declared as final, you can't inherit from it. If individual methods are declared final, then, if the class is inherited, these methods can't be changed in the inherited classes.


What are the methods in estimation?

There are a few methods in estimation. Like framework, unknown parameters, empirical dist and substitution principle most of these methods can be used using substitution principles.


What are the three general methods for passing parameters to the operating system?

Stacks, pointers and registers


In visible surface detection methods what are the parameters ABCD?

i will tell when i have leraned. i will tell when i have leraned.


Is a volcano a chemical?

It's Physical, as a result multiple geological parameters such as pression...


What is an operator overloading in C?

one function but multiple behaviours depending on the parameters


How do you create functions with multiple parameters in C plus plus?

Random example, function with two parameters: int main (int argc, char **argv) {...}


If a data-item is declared as a protected access specifier then it can be accessed?

A class method or attribute (data item) that is declared protected can be accessed only by methods of the same class or by methods of derived classes of the class.


How do you overload a method?

Just create two or more methods with the same name, but with a different set of parameters.