Code Robo
Formatter
Comparator
Tester
Converter
Utility
Java Code Complience
Validator
EncoderDecoder
Virtual Service
Java Design Design Pattern
       Talk to EasyAssistant

Commonly Used Java Design Pattern. .


What are the basic principle of Design?
when you are doing any design please consider following things.
  • From your code/area findout what are the behavior cahnges frequently (or
  • there is chance of change in future), seperate them out in another class
  • From the main class use association to have a link with
  • behavior class(which may change in future. ).
  • Use interface to representthe behavior
  • For association decleration use interface type.
  • Prefer association over inheritance
Commonly Design Patterns:




Post Your Comment:
Name :
Email ( Optional) :
Comments / Suggestion (* Required) It is required: :
: