-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rajarajan-g edited this page Apr 15, 2016
·
3 revisions
- Try to understanding functional programming concepts.
- Making some functional rules on java methods.
- Try to define some examples for judgment of method weather it is a function or not.
- For first version we are going to judge a given method is a function or not based on following basic rules
1 Method which is having void as a return type.
2 Method which is having I/O statements(Logging, System.err, System.out).