What is method Overriding in the perspective of OOPS?
Answers were Sorted based on User's Feedback
Answer / boss
Redefining the superclass method in the subclass. Means
redefining the implementation of superclass method in the
subclass
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ravikiran(aptech mumbai)
method overriding is changing the exsiting functionality in
the subclass from the super class
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / ramakrishna yechuri
Itis the process of defining the member function in sub
class with same prototype as in base class.
super key word is used to invoke the base class members.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nisha singh
we can make the same method ,with same parameter is method
overriding can inherit the base class by using overrides
keyword.in base class we use virtual keyword nd in derive
class use override keyword
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the use of declaring constructor as private?
5 Answers Cyient, IVY Technologies, Sai Softech, Virtusa,
Can you sort a list in java?
Can we serialize static variables in java?
can any one send me the example program of immutable class?
what is default layout of JFrame class?
What is JFC?
What is the basic concept of java?
Describe the Big-O Notation.
Differentiate between the constructors and methods in java?
How many threads can java run?
Explain the difference between serializable and externalizable in java?
explain the classification of exception and hoew to handle the exceptions