About a class access specifiers and method access specifiers ?
Answers were Sorted based on User's Feedback
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 |
Why ref is used in c#?
Why do we use static class in c#?
What is writeline?
how to sort an array in c#
What are the steps to create a webservice and consume it?
what are the files we need to deploay a project in the system?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is a shared assembly?
Explain how do you directly call a native function exported from a dll?
How to assign default value to nullable types? Did nested nullable types are allowed
Why do we need singleton class in c#?
What is yield break in c#?