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 THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Why interface is used?
What is namespace?
What is this pointer in oop?
What are benefits of oop?
What are the data types in oop?
What is polymorphism ? Explain with examples
What is interface in oop?
Is enum a class?
Difference ways of Polymorphism?
What is the significance of classes in oop?