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 are the uses of C++
What are virtual functions?
What is advantage of inheritance?
What is the point of oop?
What is difference between #define and const?
What is multidimensional array?
Can we override main method?
What is difference between multiple inheritance and multilevel inheritance?
Please send ford technologies placement paper 2 my mail id
What is multilevel inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
• What are the desirable attributes for memory managment?