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
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What Is Multicast And Unicast In Weblogic ?
What is thread dump?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
What type of object is returned by resultset.getobject()? : BEA Weblogic
What is a license file ?
When should I use multicast subscribers? : BEA Weblogic
In a web logic server what is the domain?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
What is unicast in weblogic?
When can high usage of CPU occur?
What is the local interface used by web logic server?
How do you do performance tuning of wls?
Arrange in order the various message severity levels?