> Assertions in Java:
> http://javalive.com/modules/articles/article.php?id=21
Assertions are a kind of 'conditional breakpoint'?
> The Adapter Design Pattern:
> http://javalive.com/modules/articles/article.php?id=20
Bizarre example. A SerialUSBAdapter so you can 'make this old serial
port device work with your new computer which supports only USB
devices'? How's that gonna work?
> Polymorphism in Java:
> http://javalive.com/modules/articles/article.php?id=19
I don't consider method overloading to be polymorphism personally but
YMMF. You might as well consider type coercion to be polymorphism, and
some do. Not me.
And 'This is the ability of objects belongs different types to invoke
methods of the same name' and what follows are practically illiterate,
sorry ;-) This is a very confused piece of work.
> The Factory Design Pattern:
> http://javalive.com/modules/articles/article.php?id=18
'Sorry, the article you requested does not exist.'