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...


Write a short note on interface?


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

Post New Answer

More C Sharp Interview Questions

What are the access-specifiers available in c#?

26 Answers   Syntel,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What is default value of enum c#?

0 Answers  


What is type cast in C#?

0 Answers   TryTechnicals Pvt Ltd,


How do you create multiple inheritance in C#?

5 Answers   Infosys, KenIndia, Microsoft,


How do I do a case-insensitive string comparison?

0 Answers  


What is global asax in c#?

0 Answers  


What is selector c#?

0 Answers  


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  


What is polymorphism? pl explain practically rather than theoretical?

3 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

0 Answers  


Categories