What are virtual functions, overriding vs overloading, different types of polymorphism? Example:: what will run if inheritnace #include class Shape{ public: virtual void getArea () { std::cout << "This is Shape" <getArea(0); std::cout<< "HEllo"; return 0; }
Graduate Software Developer Interview Questions
4,963 graduate software developer interview questions shared by candidates
Difference bw class and interface?
palindrome question, basic array question
Why do you choose MYP?
You’ve got someone working for you for seven days and a gold bar to pay him. The gold bar is segmented into seven connected pieces. You must give them a piece of gold at the end of every day. What and where are the fewest number of cuts to the bar of gold that will allow you to pay him 1/7th each day?
Binary tree insertion and deletion.
How do you learn about new technologies?
Why do you want to work for Just Eat?
What's the largest number stored by an int32?
what data structure would you use to store an address book and why
Viewing 581 - 590 interview questions