Vithal Wadje
What are partial classes?
By Vithal Wadje in ASP.NET on Oct 17 2012
  • Vithal Wadje
    Oct, 2012 17


    . A class definition may be split into multiple physical files and still allow a seamless compilation of the classes by the compiler
    using a partial class. During compile time, the compiler groups all the classes that have the same name, and treats them as a single
    class.

    • 1
  • Ajay Tarade
    Oct, 2016 6

    same class name with different definition

    • 0
  • Vithal Wadje
    Jan, 2015 1

    refer my article http://www.c-sharpcorner.com/UploadFile/0c1bb2/partial-class-in-C-Sharp100/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS