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 abstract classes and how they impliment , with example

2 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


can you explain how to use JavaBean in Project

3 Answers   Infosys, Satyam,


What is difference between oop and pop?

0 Answers  


can inline function declare in private part of class?

1 Answers  






What is coupling in oops?

0 Answers  


What is difference between function overloading and overriding?

1 Answers   emc2,


DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


Why is polymorphism needed?

0 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


Can main method override?

0 Answers  


Why do we use polymorphism in oops?

0 Answers  


Categories