what is the technical or oop name of object?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
What is the difference between declaration and definition?
What is encapsulation?
what is virtual function?
What is constructor overloading in oop?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is polymorphism in oop example?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
Can you inherit a private class?
What's the full form of STL?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
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’.