They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us about yourself.
47 Answers ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
Write a program to reverse a string using recursive function?
What is the difference between static polymorphism and dynamic polymorphism?
What is a scope operator and tell me its functionality?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
4. What do you mean by a prototype? Define analysis prototype
What is this pointer in oop?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
OOP'S advantages of inheritance include:
What is abstraction encapsulation?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language