Explain Partial Class in C#?
Partial classes concept added in .Net Framework 2.0 & it allows us to split the business logic into multiple files with the same class name along with “partial” keyword.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Partial classes concept added in .Net Framework 2.0 & it allows us to split the business logic into multiple files with the same class name along with “partial” keyword.
need an explanation for this answer? contact us directly to get an explanation for this answer