Do we get an error while executing the “finally” block in c#?
What is the use of console?
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 }
Where is the output of TextWriterTraceListener redirected?
What is collection class c#?
What is a predicate in c#?
When should we use sealed class in c#?
Distinguish between a class and struct?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is difference between static and constant variable?
What are delegate methods?
What is the CTS, and how does it relate to the CLS?
what is inheritance and an example in vb.net and c# of when you might use it?