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


November 11, 2005 09:23:16 #6
 ganga prasad rao.aloori   Member Since: Visitor    Total Comments: N/A 

RE: In c++ have a default constructor ?
 
yes in c++ a class can have a default constructor.a default constructor is  a constructor which doesn't pass any arguements to it.
     

 

Back To Question