Answered Questions

  • What is the use of super keyword. give me an example

    Radhakrishna

    • Nov 8th, 2006

    hi,Totally there 3 uses of "super" keyword..  we can call the superclass variables,constructors and methods.. the belove example will give u the better understanding of super keyword..class super...

    chaitanya

    • Oct 25th, 2006

    the super keyword is used to access the method that belongs to parent class that has been overridden in the child class .for example:class a{          ...