What is method Overriding in the perspective of OOPS?
Answer Posted / 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 |
Post New Answer View All Answers
Is java map thread safe?
What will happen if a thrown exception is not handled?
How many static init can you have?
What is anti pattern in java?
What is java in detail?
Why singleton is not thread safe?
What is t type java?
Difference between error and exception
how to open and edit XML file in Weblogic???
What is a generic type?
When we should use serialization?
What is a default constructor and also define copy contrucyor?
what is thread in Java ?
Convert Binary tree to linked list.
What’s the difference between applets and standalone program?