Computer Science, asked by anirudhdalal16, 11 months ago

main features of a function signature in java

Answers

Answered by cutiebug
2

A function signature (or type signature, or method signature) defines input and output of functions or methods. A signature can include: parameters and their types. a return value and type.

HOPE IT HELPS YOU

PLEASE MARK ME AS BRAINLIEST.

Answered by InFocus
0

Answer:

Object Oriented. In Java, everything is an Object. ...

Platform Independent. ...

Simple. ...

Secure. ...

Architecture-neutral. ...

Portable. ...

Robust. ...

Multithreaded.

Explanation:

Similar questions