Constructor | Method |
does not contain any return type | has a signature of return type, name and the arguments |
should be same as class name | method name can not be same as a class name |
Constructor can be called only once per object | we can call a method n number of times on a particular object |