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 is encapsulation with real life example?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Which is better struts or spring?
who is the father of OPPS
what is object slicing
What is the point of polymorphism?
What is the point of oop?
why function overloading is not called as pure polymorphism?
How can you overcome the diamond problem in inheritance?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
What is object and class in oops?
How long to learn object oriented programming?