Answer Posted / srikanth jakka
Polymorphism is a feature that allows one interface to be
used for a general class of actions.
The specific action is determined by the exact nature of
the situation.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the overview of UDP messaging.
Can we use a default constructor of a class even if an explicit constructor is defined?
How many bits is a float?
What is difference between iterator and enumeration in java?
What is protected in java?
Why do we use return statement?
What is the default value of float and double datatype in java?
How you can force the garbage collection?
Can we cast any other type to boolean type with type casting?
What is the statements?
What is meant by object?
Which command from the jdk compiles a java program?
What is the public method modifier?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is the history of java?