How the virtual functions maintain the call up?
No Answer is Posted For this Question
Be the First to Post Answer
How do you write a function that can reverse a linked-list?
Do inline functions improve performance?
Specify some guidelines that should be followed while overloading operators?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
Explain the advantages of using friend classes.
What is near, far and huge pointers? How many bytes are occupied by them?
How do you establish an is-a relationship?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
Explain the isa and hasa class relationships. How would you implement each?
What are raw sockets, where they are efficient?
Explain how overloading takes place in c++?