i dont get super:
super.feedPlant(int water);
the compiler says ".class expected" in front of "water" and I'm confused as to why it won't compile. How do I use super for methods, the site wasn't very clear
if a is father of b and b is father of c and we USE super in both b & c class we get output FROM a & b class
if a is father of both b and c CLASS and we USE super both b & c we get output only 1 time & that must be from
class a
superlola December 7, 2011 at 12:03 PM
i dont get super: super.feedPlant(int water); the compiler says ".class expected" in front of "water" and I'm confused as to why it won't compile. How do I use super for methods, the site wasn't very clear
javaGURNAM SINGH December 8, 2011 at 9:13 AM
how to lern java mening to understant; and y java made by useing maths; and symbols system;
SUPERSUROJIT GHOSH January 13, 2012 at 8:25 PM
if a is father of b and b is father of c and we USE super in both b & c class we get output FROM a & b class if a is father of both b and c CLASS and we USE super both b & c we get output only 1 time & that must be from class a
MCARajesh April 21, 2012 at 11:21 PM
theory is good but the example is not enough clear....
sap oopssmaran April 23, 2012 at 9:53 PM
is it possible to access static methods of superclass to be bass class using SUPER keyword?explain?
javadinesh kumar May 3, 2012 at 7:37 AM
m feeling good
super keyword...........shalini kumari June 12, 2012 at 11:19 PM
nice concept..........can be easily understood.........
Post your Comment