Manish wrote: > Dear Experts > > What is the advantage in an explicit call. Both look the same to me. > > Samp obj(10,12); // Implicit call > Samp obj = Samp(12,22) // Explicit Call > > Both compile fine in Borland Turbo C 3.0.
I dare you use a new compiler ;) > Is it matter of style? > Generally which of the two is preferred? > > Thanks a lot > > manish > > >
