main

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yashwanth
    New Member
    • Jun 2008
    • 4

    main

    1 public class C extends B {
    2. public AImpl doit() {
    3. // more code here
    4. }
    5.
    6. public Object execute() {
    7. // more code here
    8. }
    9. }
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by yashwanth
    1 public class C extends B {
    2. public AImpl doit() {
    3. // more code here
    4. }
    5.
    6. public Object execute() {
    7. // more code here
    8. }
    9. }
    ... and what is the question?

    Comment

    • yashwanth
      New Member
      • Jun 2008
      • 4

      #3
      what a stupid question....... ..

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by yashwanth
        what a stupid question....... ..
        Which question is stupid? The one you asked or the one I asked you? And why?

        Comment

        • yashwanth
          New Member
          • Jun 2008
          • 4

          #5
          sorry , da one i asked

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Originally posted by yashwanth
            sorry , da one i asked
            Well I didn't see the question (still don't) so I can't agree or disagree as to whether it was stupid or not.
            P.S I have a belief that there is always a catch in everything so I generally never consider any question stupid.

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Originally posted by r035198x
              Which question is stupid? The one you asked or the one I asked you? And why?
              Your question of course because the OP didn't ask any :-)

              kind regards,

              Jos

              Comment

              Working...