Jump to content
Larry Ullman's Book Forums

ephraimdov

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ephraimdov

  1. Static methods can be overloaded, that means a class can have more than one static method of same name. But static methods cannot be overridden, even if you declare a same static method in derived class it has nothing to do with the same method of base class......Source Dov
×
×
  • Create New...