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 is the difference between nmos and pmos technologies?

0 Answers  


what is charge sharing?

0 Answers   Intel,


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

0 Answers  


Draw a 6-T SRAM Cell and explain the Read and Write operations

0 Answers   Infosys,


Differences between blocking and Non-blocking statements in Verilog?

5 Answers   Intel,






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,


Explain Cross section of an NMOS transistor?

0 Answers   Intel,


What are the changes that are provided to meet design power targets?

0 Answers  


What is LVS, DRC?

10 Answers   IBM, Intel,


Calculate rise delay of a 3-input NAND gate driving a 3-input NOR gate through a 6mm long and 0.45m wide metal wire with sheet resistance R = 0.065 / and Cpermicron= 0.25 fF/m. The resistance and capacitance of the unit NMOS are 6.5k and 2.5fF. Use a 3 segment -model for the wire. Consider PMOS and NMOS size of reference inverter as 2 and 1 respectively. Use appropriate sizing for the NAND and NOR gate.

0 Answers  


Write a pseudo code for sorting the numbers in an array?

2 Answers   Intel,


WHAT IS THE DIFFERENCE BETWEEN TESTING AND VERIFICATION OF VLSI CIRCUIT?

5 Answers   Intel, Wipro,


Categories