What is method Overriding in the perspective of OOPS?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is the basic of java?
Why does java not support operator overloading?
why doesn't java run on all platforms?
Define inheritance with reference to java.
What is generic class?
What is an exception? difference between Checked and Unchecked exception in Java
What is the difference between object oriented programming language and object based programming language?
If you are given the name of the function at run time how will you invoke the function?
What are JVM.JRE, J2EE, JNI?
Explain the selection sort algorithm and state its time complexity?
What is generic type?
Can java object be locked down for exclusive use by a given thread?
What are the 3 types of loops in java?
Can constructor be protected in java?