What is Partial class? What purpose we use it?
Answer Posted / anil
Partial is keyword,a class can span multiple source file .
same name diffrent member and functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a child class call the constructor of a base class?
What's the difference between abstraction and encapsulation?
Why do we need oops in c#?
What is class sortedlist underneath?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is static noise?
What is the difference between abstraction and encapsulation in c#?
How do you declare a method in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Why is c# a good programming language?
What does args mean in c#?
What is dictionary and hashtable in c#?
What is the use of ienumerable in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
How do I start a program in c#?