Re: [algogeeks] java question : How can one writes a function in Java that mocks the super() call without using the super keyword?

2012-09-13 Thread vaibhav shukla
whats the need for such a hack On Wed, Sep 12, 2012 at 10:56 AM, bharat b bagana.bharatku...@gmail.comwrote: -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe

Re: [algogeeks] java question : How can one writes a function in Java that mocks the super() call without using the super keyword?

2012-09-13 Thread Shruti Gupta
if u'r talking about the use of super while calling constructors, u don't need to write anything.. compiler implicitly calls the no-argument constructor of superclass On Wed, Sep 12, 2012 at 10:56 AM, bharat b bagana.bharatku...@gmail.comwrote: -- You received this message because you are

Re: [algogeeks] java question : How can one writes a function in Java that mocks the super() call without using the super keyword?

2012-09-13 Thread bharat b
@shruti : question is about implementing super() functionality ... @vibhav : ya, I don't need it .. I heard that it is possible .. just to know how .. On Wed, Sep 12, 2012 at 11:55 AM, vaibhav shukla vaibhav200...@gmail.comwrote: whats the need for such a hack On Wed, Sep 12, 2012 at 10:56

[algogeeks] java question : How can one writes a function in Java that mocks the super() call without using the super keyword?

2012-09-11 Thread bharat b
-- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at