What is the class in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain polymorphism in c# with a simple example?

0 Answers  


How long has c# been around?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


How to rotate an Image in C#?

0 Answers   Petranics Solutions,


Is constructor a static method?

0 Answers  






What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

0 Answers  


What is a service layer c#?

0 Answers  


What is the purpose of abstract class in c#?

0 Answers  


Is c# a strongly-typed language?

0 Answers  


Is int an object in c#?

0 Answers  


Does c# support multilevel inheritance?

0 Answers  


what is collections in .net? why we use?

0 Answers  


Categories