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

Post New Answer

More OOPS Interview Questions

What is oops with example?

0 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


Can you inherit a private class?

0 Answers  


what is difference between c++ language and java language

5 Answers  






What is an example of genetic polymorphism?

0 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


WAP find square root of any number (without using sqrt() )?

3 Answers  


What are the advantanges of modularity

2 Answers  


what is cast operator?

2 Answers   Microsoft,


What is abstraction in oop with example?

0 Answers  


What is the difference between encapsulation and polymorphism?

0 Answers  


Categories