Why generics are used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is difference between array and collection?
What is sorted list in c#?
What is form feed and carriage return?
What?s the implicit name of the parameter that gets passed into the class? set method?
What is args c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
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 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 }
Is c# scripting language?
What is the difference between readonly and const
Can we set image Source dynamically using C# in WPF application?
What is asenumerable in c#?