0

What exactly is the partial class in c#.net?

create button
{
 call constorctor

}

To create object of partial class in c#.net while using windows form application.

1

1 Answer 1

0

Follow below link for partial class definition, https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods

You can create object of partial class as like any other class object . e.g. classname obj = new classname();

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.