M.Nagendra Naidu
When we are using the combination of Inheritance and interfaces, in what order we have to use them and what separator is used?
By M.Nagendra Naidu in .NET on Jul 10 2014
  • Vulpes
    Jul, 2014 16

    The base class always comes first followed by the interfaces (in any order) separated by commas.For example:class MyClass : MyBaseClass, IFace, IFace2 {// code }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS