|
-
January 21st, 2012, 08:11 AM
#6
Re: polymorphism with different parameter
Just a side note:
In Java you should trying using camelCase with variable, method or class names e.g. no_of_files_downloaded should be written as noOfFilesDownloaded. not mandatory but this is java code convention and bean naming convention. There are lot of tool and framework in java which relies on bean naming convention when they access code using reflection. so following convention is good.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|