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

Explain the Charge Sharing problem while sampling data from a Bus?

0 Answers  


Explain the Working of a 2-stage OPAMP?

0 Answers   Intel,


Explain the operation of a 6T-SRAM cell?

0 Answers   Intel,


If an/ap = 0.5, an/ap = 1, an/ap = 3, for 3 inverters draw the transfer characteristics?

0 Answers   Intel,


Explain why present VLSI circuits use MOSFETs instead of BJTs?

0 Answers  


How does Resistance of the metal lines vary with increasing thickness and increasing length?

3 Answers   Infosys,


Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?

0 Answers   Intel,


Which gate is normally preferred while implementing circuits using CMOS logic, NAND or NOR? Why?

13 Answers   Intel,


What happens to delay if you increase load capacitance?

3 Answers   Infosys,


Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?

3 Answers   Intel,


Explain how binary number can give a signal or convert into a digital signal?

0 Answers  


Given a layout, draw its transistor level circuit. (I was given a 3 input AND gate and a 2 input Multiplexer. You can expect any simple 2 or 3 input gates)

0 Answers   Infosys,


Categories