Search:

Type: Posts; User: thomas_nibu

Search: Search took 0.00 seconds.

  1. Hey thank a lot guys. :p

    Hey thank a lot guys. :p
  2. Yeah Thanks, I know about this. But I wanted...

    Yeah Thanks,

    I know about this. But I wanted to stop this stuff from happening.
  3. Yeah this is what I want. I am assuming that a...

    Yeah this is what I want. I am assuming that a function with the same signature does not exist in the super class. Then no problem.

    I want to simulate this is C++
  4. Thanks grumpy, But this is not what I meant. ...

    Thanks grumpy,

    But this is not what I meant.

    --in java--


    public final void func()
    {}
  5. didn't get you. Sorry.

    didn't get you. Sorry.
  6. I know I can do it like this. But the problem is...

    I know I can do it like this. But the problem is it can be overriden. And the behavior can be changed. I don't want this to happen.

    The final keyword in java is a good example. It prevents the...
  7. How to prevent a function from being overriden?

    Hi guys,

    Can any one of you suggest a way to prevent a function from being overriden in a derived class.

    I want the derived class to use the function too. But want to prevent it from...
Results 1 to 7 of 8