What is polymorphism in Object Oriented Programming (OOPS)
Languages? What are different types of polymorphism?
15. What is inheritance?
Answer Posted / 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 |
Post New Answer View All Answers
How can I set deployment order for applications?
What is the weblogic server?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
What are the different versions of nm?
When can high usage of CPU occur?
Difference between production and development mode?
What are servers?
What is node manager?
Do ejbs have to be homogeneously deployed across a cluster?
How do I restrict access to servlets and jsps? : BEA Weblogic
What is meant by domain, adminserver, managedserver?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
Explain The Methods For Providing User Credentials For Starting The Server ?
How can I avoid asynchronous message deadlocks? : BEA Weblogic
Do you know how are multi-byte characters used with weblogic jdriver?