Tag Archives: classes

C++ Hard Interview Questions – part1

1. Why don’t we have virtual constructors? The virtual mechanism, though used without the knowledge of the complete type of the object, works only on fully-constructed objects. But, in ord......

C++ Medium Interview Questions – part2

This post is a part of an ongoing series of C++ Interview Questions. This is Second part of the two parts of C++ interview questions with medium difficulty. These questions were handpicked by th......

C++ Easy Interview Questions – part1

This post is a part of an ongoing series of C++ Interview Questions. This is first one of the two parts of C++ interview questions. Each part consists of 5 questions along with detailed answers.......