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

Explain the domain creation types?

0 Answers  


What are the enhancements in ejb 2.0 with respect to cmp?

0 Answers  


what is WLS T3 protocol?

7 Answers   BEA, Microsoft,


Explain different parts available as part of jvm and describe them in few lines.

0 Answers  


Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic

0 Answers  






what is critical environment in weblogic

5 Answers   HCL,


Explain the difference between dynamic and non-dynamic changes in the console?

0 Answers  


How to know weblogic version?

5 Answers   CTS,


What is the difference between Production mode and Development mode in WebLogic?

3 Answers   HCL,


What is the difference between url instance and urlconnection instance?

0 Answers  


Explain weblogic server?

0 Answers  


What is the easiest way to set the classpath ?

0 Answers  


Categories