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
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between operator new and the new operator?
What data encapsulation is in c++?
What is const pointer and const reference?
What do you mean by funtion prototype?
What do you mean by inheritance in c++? Explain its types.
What is a .h file c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is c++ flowchart?
Is c++ a pure oop language?
Difference between const char* p and char const* p?
What are the advantages of early binding?