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 |
Which method cannot be overridden?
When will a constructor executed?
Do you know about multiple inheritance?
What is a function in oop?
what is overloading
what is the sylabus for priliminaries?
What is a class?
32 Answers Infosys, TCS, Thylak,
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
What is constructor overloading in oop?
What is abstraction example?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that