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 C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?

Answers were Sorted based on User's Feedback



What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

Answer / vijay rana

by keyword sealed

Is This Answer Correct ?    28 Yes 2 No

What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

Answer / mahei

sealed class

Is This Answer Correct ?    7 Yes 3 No

What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived fr..

Answer / abc

sealed keyword is not used because it's used to stop from
inheritance in c#

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can we store different data types in arraylist in c#?

0 Answers  


How do you create dlls in .NET

0 Answers   Digital GlobalSoft,


Name the property of the textbox which cannot be changed at runtime?

0 Answers  


What is static class in C#?

0 Answers   Winsol Solutions,


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  


What is xor operation?

0 Answers  


Is javascript harder than c#?

0 Answers  


What is toint32 c#?

0 Answers  


What is the use of getcommandlineargs() method in c#.net?

0 Answers  


What are three test cases you should go through in unit testing?

1 Answers   Siebel Systems, Wipro,


Explain the difference between pass by value and pass by reference.

0 Answers   TCS,


if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...

2 Answers   CybAge, Wipro,


Categories