RSS Feed for C++ Interview QuestionsCategory: C++ Interview Questions

What is the purpose of a constructor? Destructor? »


What is a constructor initializer list? »


When must you use a constructor initializer list? »


What is a Constructor,Destructor,Default constructor,Copy constructor,Conversion constructor? »


What does it mean to declare a member variable as static? »


What does it mean to declare a member function as virtual? »


Can you explain the term “resource acquisition is initialization?” »


What is a “pure virtual” member function? »