the advantages of polymorphic
Answer / supraja
Polymorphism is the feature that allows one interface to be
used for general class actions
Seperates Interface from Implementation
Creation of reusable code by programmers. Eg:
creation of object like driving car, which without knowing
multiple plugins like engine,car model, multiple forms will
be called in same way.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is RMI architecture?
What is ioc concept?
Why are component architectures useful?
JMS based on what technology?
What is metaspace?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What do you need to set-up a cluster with jboss?
wahts is mean by dynavalidatorform in struts/
Why do threads block on i/o?
What is servlet preinitialization
What modifiers may be used with an inner class that is a member of an outer class?
What is the difference between RMI and Socket?