Search:

Type: Posts; User: pbrockway2

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,607

    Re: Abstract Classes and Named Constants

    Yes - I wondered whether, by removing the "final", I was gutting your example of what you had hoped would be its usefulness. Perhaps it would help if you said how you want the classes to behave or...
  2. Replies
    3
    Views
    1,607

    Re: Abstract Classes and Named Constants

    Member variables can't be abstract. Also you can't assign them later is they are marked "final". Or if they are "private", since in that case they won't be visible. Finally the assignment of...
Results 1 to 2 of 2