What is polymorphism and why is it important?
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
What is persistence in oop?
What is oop in simple words?
Why do pointers exist?
Can you explain polymorphism?
What is virtual Function.
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?
what is the new version of oops
features of OOPS
22 Answers Ness Technologies, Satyam,
What are the advantages of inheritance?
26 Answers IBS, TCS,
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
Polymorphism with an example?