Menu

User login

C++

cplus

General

General Technical Interview Questions

C++

C++ Technical Interview Questions

  1. What is the difference between an ARRAY and a LIST?
  2. What is faster : access the element in an ARRAY or in a LIST?
  3. Define a constructor - what it is and how it might be called
  4. Describe PRIVATE, PROTECTED and PUBLIC – the differences and give examples.
  5. What is a COPY CONSTRUCTOR and when is it called?
  6. What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
  7. What are 2 ways of exporting a function from a DLL?

Useful Links