I have two queries.
1] Constructors do not have return type, but can we say that constructors
return object of the class to which they belong ? or Constructors do not
return any thing?
2] main method is void b'cause an applicaton does not return anything, Can
there be any situation
in which applicaton need to return something and what to that in that
situation.