Search:

Type: Posts; User: LDM91

Search: Search took 0.07 seconds.

  1. Re: Abstract methods. What are they for? And when it's necessary to use them?

    Thanks for clearing up what I made a terrible mess of trying to say haha!
  2. Re: Abstract methods. What are they for? And when it's necessary to use them?

    I think this will clear things up for you; abstract methods are methods that are not implemented. In order to actually use these methods you must override them in the child classes to implement...
  3. Re: Abstract methods. What are they for? And when it's necessary to use them?

    Hmm the only example I can provide is a number guessing game I made. I had guessinggame as an abstract classwhich normalgame and testgame extended. I set guessinggame to abstract because I didn't...
Results 1 to 3 of 3