Saturday, September 8, 2007

Properties and OOPS

Properties are used to make the object look more real to client and there is no performance overhead since JIT and IL optimizes it

How to check whether the coding is really oops oriented?
Check whether all the methods created in the class can exist as static, if yes then the coding is not in oops methodology.

No comments: