3
Reply

Partial class.

tanvi mehta

tanvi mehta

May 11, 2012
1.2k
0

    By using partial we can create two classes with same name

    Mukesh Kumar
    September 02, 2017
    0

    http://www.dotnetperls.com/partial

    Munesh Sharma
    February 14, 2015
    0

    Partial classes can be present in more than 1 physical files. It can be done with the help of partial keyword. We can say that we have same name classes in our one project.When code is compiled all partial classes are combined into single class.

    Ritesh Sharma
    October 24, 2014
    0