Saturday 16 March 2013

What is the difference between constructor and method?


What is the difference between constructor and method?
Constructor will be automatically invoked when an object is created whereas method has to be called explicitly.

Blog Author: Vijay Kumar



No comments: