Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


explain the features of static/shared classes.


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

Post New Answer

More C Sharp Interview Questions

what is Encapsulation?

7 Answers   IBM, Tech Mahindra,


What is the use of delegates in c#?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


How do generics work in c#?

0 Answers  


What is the difference between dispose() and finalize() methods in c#?

0 Answers  


How do you serialize in c#?

0 Answers  


Can interface inherit class in c#?

0 Answers  


What is generic and non generic collections in c#?

0 Answers  


What is verbatim literal in c#?

0 Answers  


What is yield c#?

0 Answers  


If I return out of a try/finally in c#, does the code in the finally-clause run?

0 Answers  


What is strong name in c# and how can we use it?

0 Answers   DELL,


Categories