GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C++

 Print  |  
Question:  In c++ have a default constructor ?


Answer: No


October 10, 2005 03:44:23 #3
 rajkishore   Member Since: Visitor    Total Comments: N/A 

RE: In c++ have a default constructor ?
 
yes, if the class designer donot define any constructor in the class. then the compiler provides the default constructor in the class.
     

 

Back To Question