What is polymorphism? (C++)

Answers were Sorted based on User's Feedback



What is polymorphism? (C++)..

Answer / augustus

Polymorphism is the ability of a message to be written in
more than one form

Is This Answer Correct ?    2 Yes 0 No

What is polymorphism? (C++)..

Answer / achal ubbott

Literally Polymorphism means one thing taking different
forms. e.g. in Function overloading same function name can
be used to represent 2 different functions.

fun(int a);
fun(int a, int b);
Similarly Operator overloading is polymorphism.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VLSI Interview Questions

What happens if we use an Inverter instead of the Differential Sense Amplifier?

0 Answers   Infosys,


What are the various regions of operation of mosfet? How are those regions used?

0 Answers  


Have you studied buses? What types?

1 Answers   Intel,


What are the ways to Optimize the Performance of a Difference Amplifier?

0 Answers  


What are the steps involved in preventing the metastability?

0 Answers  






What is the difference between = and == in C?

5 Answers   Intel,


Implement an Inverter using a single transistor?

4 Answers   Intel,


What are the different types of skews used in vlsi?

1 Answers  


Implement a 2 I/P and gate using Tran gates?

0 Answers   Intel,


What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?

0 Answers   Intel,


what is the difference between the testing and verification?

1 Answers   Intel,


Who provides the DRC rules?

5 Answers   Intel,


Categories