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
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 |
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 |
What is Connection Pool ?
Can we deploy jar in weblogic?
How do I use jta transactions within an mdb? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What is a cluster? What is High Availability and Fail over?
How do I turn the auto-deployment feature off?
What is the default port of weblogic admin server?
How many types do you configure managed server in weblogic server?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
Which lelvel of activites ur reponsiable l1 or l2 or l3?
When does high cpu usage occur?
What are the special design care that must be taken when you work with local interfaces?