What is polymorphism in Object Oriented Programming (OOPS)
Languages? What are different types of polymorphism?
15. What is inheritance?

Answers were Sorted based on User's Feedback



What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of p..

Answer / midhula kadiyala

Defining many functionalities with in the same name and with
in the same program.

Polymorphism are of 2 types.

1.Function overloading or Function overwriting(compile time
polymorphism or static polymorphism)

Defining multiple functionalities with the same name but
with different arguments and different parameters with in
the same class is called static polymorphism.

2.FunctionOverriding(Dynamic Polymorphism)

The procedure of defining the functionality of subclass with
the signature(same arguments) of same function present any
of the super class is called Functionoverriding.

Is This Answer Correct ?    5 Yes 0 No

What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of p..

Answer / peddakapu

1.run time error
2.compile time.............
inheritance is defined as the derived the new class from
old class

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Weblogic Interview Questions

What are the States of the Weblogic Server ?

0 Answers  


How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic

0 Answers  


Explain the performance tuning in jdbc?

0 Answers  


what are the benefits of classpath?

2 Answers   Infosys,


How do you troubleshoot server hang?

0 Answers  


Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic

0 Answers  


What are Monitoring tools?

0 Answers  


Explain what an application server does and it's major components.

0 Answers  


How many WebLogic servers can be held inside a multi-processor machine?

0 Answers  


What type of object is returned by resultset.getobject()?

0 Answers  


How could you retrieve password for I-Planet console if you have forgotten?

1 Answers   HCL,


What Is The Purpose Of Clustering ?

0 Answers  


Categories