What is a class c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why delegates are type safe in c#?

0 Answers  


What is before string in c#?

0 Answers  


Can an interface inherit class/abstract class.

1 Answers   Synechron,


Explain the difference between const and static read-only?

0 Answers  


Why is static constructor called first?

0 Answers  






What is the difference between list and array in c#?

0 Answers  


What is yield keyword?

0 Answers  


What is anonymous method in c#?

0 Answers  


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 }

2 Answers   Proteans,


What is Interface Polymorphism?with E.g

1 Answers  


What is the difference between array.find method and arraylist.find method?

1 Answers   Mphasis,


Can a constructor be static in c#?

0 Answers  


Categories