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

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 ?

4 Answers   Intel,


What are the steps involved in designing an optimal pad ring?

0 Answers  


What is Fermi level?

5 Answers  


what is multiplexer?

0 Answers  


Factors affecting Power Consumption on a chip?

7 Answers   Intel,






Implement an Inverter using a single transistor?

4 Answers   Intel,


Why do we need both PMOS and NMOS transistors to implement a pass gate?

3 Answers   INEL, Intel,


what is Latch up?How to avoid Latch up?

3 Answers  


How can you construct both PMOS and NMOS on a single substrate?

0 Answers   IBM, Intel,


For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?

3 Answers   Intel,


What happens to delay if we include a resistance at the output of a CMOS circuit?

1 Answers   Infosys,


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

0 Answers   Intel,


Categories