-2

Where is the real place store the code for the realization of the functionality?

enter image description here

mkrieger1
  • 19,194
  • 5
  • 54
  • 65
Ming
  • 1

1 Answers1

1

The function in fact has some functionality. The last line is: return 0. I would assume this method is ment to be overridden by a subclass to implement some actually useful code.

Exelian
  • 5,749
  • 1
  • 30
  • 49