Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java naming Convention

849023Mar 21 2011 — edited Mar 23 2011
Hi all,

I urgently needed your assistance on advice regarding the java naming convention.

i am in the middle of creating a interface class and a implementation class

BusinessAccountIF
and
BusinessAccount

However, I been told is very bad ideal to use the word IF in the ending of interface.

Technical we don’t need to, but I always like my code to be tidy,
hence using the IF in the end of the interfaces class.

Please do let me know what your thought??

Edited by: 846020 on 21-Mar-2011 06:10
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2011
Added on Mar 21 2011
21 comments
748 views