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
What is java in simple terms?
Does the order of public and static declaration matter in main method?
What are predefined functions?
What is the difference between static and global variables and also define what are volatile variables?
What is the difference between the prefix and postfix forms of the ++ operator?
Why static functions are used?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
what is abstract class in Java?
What are some examples of variable costs?
What is the largest number a double can hold?
What is the use of generics? When was it added to the Java development Kit?
What is data type in computer?
What are mutable classes?
What is regex in java?
Can you override a final method?