What is the delegate in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is assembly c#?
Is as operator in c#?
What is the difference between int.Parse() and Convert.toInt32().
What is string in c# net?
Enlist all the components of an ado.net framework?
what is overloading & overriding
3 Answers Fulcrum Logic, Synergy,
Can a class have multiple constructors c#?
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
What is concrete method in c#?
In .NET how can you solve the DLL Hell problem?
Why are c# strings immutable?
What is the ouput of the following program?