When is it necessary to use member-wise initialization
list in C++?
Answers were Sorted based on User's Feedback
Answer / suresh
const and reference members may only be initialized
| Is This Answer Correct ? | 15 Yes | 4 No |
What does and I oop mean in text?
In c++ there is only virtual destructors, no constructors. Why?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are virtual classes?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
some one give d clear explanation for polymorphism
string is a class or data type in java?
How Do you Code Composition and Aggregation in C++ ?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What does enum stand for?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
write a C++ program for booking using constructor and destructor.