When is it necessary to use member-wise initialization
list in C++?
Answer Posted / suresh
const and reference members may only be initialized
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Can we define a class within the interface?
write string class as your own class in java without using any built-in function
How long to learn object oriented programming?
What is cohesion in oop?
How does polymorphism work?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can an interface inherit a class?
what are the different types of qualifier in java?
What is interface? When and where is it used?
When not to use object oriented programming?
to find out the minimum of two integer number of two different classes using friend function
What makes a language oop?
What is abstraction in oops with example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is encapsulation process?