When is it necessary to use member-wise initialization
list in C++?

Answers were Sorted based on User's Feedback



When is it necessary to use member-wise initialization list in C++?..

Answer / suresh

const and reference members may only be initialized

Is This Answer Correct ?    15 Yes 4 No

When is it necessary to use member-wise initialization list in C++?..

Answer / saravana

new

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More OOPS Interview Questions

what are the uses of C++

1 Answers  


What are virtual functions?

2 Answers  


What is advantage of inheritance?

0 Answers  


What is the point of oop?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,


What is multidimensional array?

1 Answers  


Can we override main method?

0 Answers  


What is difference between multiple inheritance and multilevel inheritance?

0 Answers  


Please send ford technologies placement paper 2 my mail id

0 Answers  


What is multilevel inheritance?

0 Answers  


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(); }

0 Answers   SRA,


• What are the desirable attributes for memory managment?

0 Answers  


Categories