What is strong name assembly?
No Answer is Posted For this Question
Be the First to Post Answer
What is class in oops with example in c#?
Is hashset serializable c#?
How Do You Convert A Value-type To A Reference-type?
Explain how can you clean up objects holding resources from within the code?
Is a char?
What are extender provider components? Explain how to use an extender provider in the project.
Can we override interface method?
What is namespace explain with example?
What is the difference between string keyword and system.string class?
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 }
Can we store different data types in arraylist in c#?
What does the keyword virtual mean in the method definition?