The shorter version is just laziness. And it makes Inheritance less usable.
For example
...lets you take advantage of inheritanceVB Code:
Dim img as Image = new Bitmap
whereas:
...does not. (well its not as black and white as that really but its worth considering)VB Code:
Dim img as new Bitmap




Reply With Quote