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

What are Sealed Classes in C#?

Answer Posted / prabhakaran

A derived class can stop virtual inheritance

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a site to turn off cookies for one page which method is followed?

886


What is for loop in c#?

848


What are the Types of compatabilities and explain them

926


How many bytes is a long c#?

868


What is the compiler of c#?

892


What do you mean by saying a "struct is a value type"?

864


What are static and dynamic variables?

1087


Why do we need indexers in c#?

856


What is the difference between int16 and int32 in c#?

872


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; } }

4239


Can arraylist hold primitive types?

965


What is token in c#?

915


How do you specify a custom attribute for the entire assembly?

889


Can you specify nested classes as partial classes?

915


Can you mark static constructor with access modifiers?

923