In what situations do you have to use initialization list rather than assignment in constructors?
No Answer is Posted For this Question
Be the First to Post Answer
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
Explain the isa and hasa class relationships. How would you implement each?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
What is linked list in c++?
Which programming language is best to learn first?
Floating point representation and output seems to be compiler dependent?
Types of storage and scope of each type
Is there a sort function in c++?
Differentiate between a pointer and a reference with respect to c++.
What is an explicit constructor?
Explain the difference between abstract class and interface in c++?
What is the use of bit fields in structure declaration?