Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop p

java progarmming language

A method is a chunk of code which performs actions on data, the method name is defined as the variable name and To call a method, use this statement method_name(pass parameter if required);.

if you have learned a bit c or any other programming language then You probably know about what are functions this is what we are discussing here but we are calling it method because it exists inside a class.

Other synonyms for the method : subroutine, procedure, function.
A method is a chunk of code which performs actions on data, the method name is defined as the variable name and To call a method, use this statement method_name(pass parameter if required);.

if you have learned a bit c or any other programming language then You probably know about what are functions this is what we are discussing here but we are calling it method because it exists inside a class.

Other synonyms for the method : subroutine, procedure, function.


No comments:

Post a Comment