Software Validation Interview Questions

2,437 software validation interview questions shared by candidates

what does the following code print ? Class X { void print(){ cout << "This is X" << endl; } } Class Y : public X{ void print(){ cout << "This is Y" << endl; } } void main() { X* xPtr = new X; X* yPtr = new Y; X-> print(); Y->print(); }
avatar

Validation Engineer

Interviewed at Marvell Technology

4.3
Feb 21, 2017

what does the following code print ? Class X { void print(){ cout << "This is X" << endl; } } Class Y : public X{ void print(){ cout << "This is Y" << endl; } } void main() { X* xPtr = new X; X* yPtr = new Y; X-> print(); Y->print(); }

Viewing 141 - 150 interview questions

Glassdoor has 2,437 interview questions and reports from Software validation interviews. Prepare for your interview. Get hired. Love your job.