Explain states of a thread in 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 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 }
How assembly versioning in .NET prevent DLL Hell problem?
What are anonymous types in c#?
what's the Difference between DataView and DataTable?
Difference between multi-level and multiple inheritance?
What is or operator in c#?
What are logical operators in c#?
What is xaml file in c#?
what is the difference between interface and abstraction?
5 Answers Choice Solutions, IBM,
What is dependency in software?
what is object-oriented programming (oop) language?
What is mean by c#?