CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 1victor

Search: Search took 0.04 seconds.

  1. Re: How to override a method in Java, but still have partial functionality of the par

    Thank for the answer, but it is not what I look for actually.
    I will try to explain it again:
    class A implement an interface, and class B extended class A. Class B has an method "execute" that do...
  2. How to override a method in Java, but still have partial functionality of the parent

    This question was asked during job interview, Java Development, student position.

    interface someInterface
    {

    }

    class A implements someIterface
    {
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured