C# Beginner to advanced - Lesson 35 - Access Modifiers Part 1 (Private, Public and Protected)

مجله خبری، آموزشی پرشین تک
منتشر شده در 11 خرداد 1397

There are five different Access Modifiers in C# :

Private

Protected

Internal

Protected Internal

Public


Private, Public & Protected:

Private members are available with in that containing type (within that class).

Public members are available any where.

Protected members are available, within the containing type(within that class) and to the types that derive from the containing type(classes which have protected members)


ankpro

ankpro training

Asp.net MVC

C#

C sharp

Bangalore

Rajajinagar

Selenium

Coded UI

Mobile automation testing

Mobile testing

JQuery

JavaScript

.Net

Components of the .Net framework

Hello World

Literal

Keywords

Variable

Data types

Operators

Branching

Loops

Arrays

ArrayList

Strings

String Builder

Structures

Enums

Functions

Classes

Inheritance

Polymorphism

Properties

Indexers

Events

Nested Classes

Delegates

Anonymous methods

Labda expressions

Abstract classes

Exception Handling

Linq

Interfaces

Extension methods

Anonymous types

Generics

Collections

Garbage Collection

Reflection

Attributes

Input and output statements

Type casting

Boxing and Unboxing

Var vs Dynamic vs Object

دیدگاه کاربران