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


About a class access specifiers and method access specifiers ?

Answers were Sorted based on User's Feedback



About a class access specifiers and method access specifiers ?..

Answer / senthil kumar

Class Access Modifier
---------------------
private
public
protected
internal
abstract
sealed

Method Access Modifier
----------------------
private
public
virtual
override
sealed

Is This Answer Correct ?    9 Yes 2 No

About a class access specifiers and method access specifiers ?..

Answer / sarath

private
public
protected
internal
protected internal

Is This Answer Correct ?    5 Yes 0 No

About a class access specifiers and method access specifiers ?..

Answer / senthil kumar

Private
Public
Protected
internal

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is class in oops with example in c#?

0 Answers  


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


Explain the advantage of using system.text.stringbuilder over system.string?

0 Answers  


What are collection classes?

0 Answers  


What are concrete classes?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


Can You Prevent Your Class From Being Inherited By Another Class?

0 Answers   Siebel Systems,


Why do we use hashtable in c#?

0 Answers  


What is the difference between new and override in c#?

0 Answers  


What is response redirect in c#?

0 Answers  


Categories