Friday, April 12, 2013

Java coding concepts

Coding concepts:

• Apply OO concepts like inheritance, polymorphism and encapsulation.
• Program to interfaces not to implementations.
• Use of relevant design patterns.
• Use of Java collections API and exceptions correctly.
• Stay away from hard coding values.

No comments:

Post a Comment