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
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is the base class of all classes?
What is style and indentation?
What are the advantages of user defined functions?
how can you take care of mutual exclusion using java threads? : Java thread
What are the drawbacks for singleton class?
How to perform selection sort in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is the purpose of using java.lang.class class?
Explain the use of javap tool.
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What are the types of strings?
How define set in java?
What is reflexive association?
How is Object Oriented Programming different from Procedure Oriented Programming?