Answer Posted / ejp
There are no virtual functions in Java so the question is
futile. There are non-final functions, which can be
overridden by a derived class.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What all access modifiers are allowed for top class ?
How can we create an immutable class in java?
what is the difference between a threads start() and run() methods? : Java thread
What is equlas() and hashcode() contract in java? Where does it used?
What are the differences between forwarding () method and sendredirect() methods?
What is main difference between variable and constant?
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?
How can we make copy of a java object?
What are the topics in core java?
What is the difference between static and global variables and also define what are volatile variables?
What are the advantages of functions?
What are data types in programming?
What is floor math?
What is downcasting?
What is variable declaration and definition?