What is the function of .IsDescendent()?
No Answer is Posted For this Question
Be the First to Post Answer
What to implement on my class Finalize or IDisposable
Can a method return multiple values in c#?
Is c# and .net same?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
Is python easier than c#?
What does console readkey do in c#?
What is namespace give the example?
what is the difference between interface and multiple interface?
How do you create dlls in .NET
What is the difference between out and ref in c#?
Example of value type and refarnce type
Can scriptable objects have methods?