-
-
-
-
-
-
Explain the different forms of Polymorphism.
From a practical programming viewpoint, polymorphism exists in three distinct forms in Java: Method overloading Method overriding through inheritance Method overriding through the Java interface
-
-
-
Describe the principles of OOPS
There are three main principals of oops which are called Polymorphism, Inheritance and Encapsulation
-
Explain the Polymorphism principle.
The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".
-
-
-
-
-
-
What is the use/advantage of function overloading
Please suggest use of FO
-
-
What is OOPS?
OOP is the common abbreviation for Object-Oriented Programming.
OOPS Interview Questions
Ans