Topic

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 14

Click to edit Master title style

TOPIC:ACCESS MODIFIER

1
Click to edit Master title style
ACCESS MODIFIER
An access modifier is a keyword in object oriented programming
language like C# that define a scope and visibility of
classes ,method, field and constructer within a program.

Access modifier support the idea of encapsulation which


promotes the idea hiding functionality.

Access modifier allow you to define who does or does not have
access certain feature.

2 2
Typesto
Click ofedit
access modifier
Master In C#
title style
There are six access modifier in C#
Public
Private
Protected
Internal
Protected internal
Private protected

3 3
Click to edit Master title style
Public
When we declare a type and type member (variable, property, method, constructor, etc.) as public ,it can
be accessed from anywhere.
There are no restriction on accessing public modifier .
This access modifier has the most permissive access level in comparison to all other access modifier

Syntax
Public Type name
Type name : variable, property, method, constructor, etc.

4 4
Click to edit Master title style
Types of access modifier

5 5
Content
Click TitleMaster title style
to edit

Caption01 appears Caption02 appears Caption03 appears Caption04 appears Caption05 appears
here here here here here

6 6
Content
Click TitleMaster
to edit 03 title style

Caption01 appears here Caption03 appears here Caption04 appears here

7 7
Content
Click TitleMaster
to edit 04 title style

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna
sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna. Nunc viverra imperdiet
enim. Fusce est. Vivamus a tellus.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra
nonummy pede. Mauris et orci.

8 8
Table to edit Master title style
Click

Title Title Title Title

9 9
Chartto edit Master title style
Click

1010
Click to edit Master title style


Quote appears here
Lorem ipsum dolor sit amet,
consectetuer adipiscing elit.”
- Author

1111
Click to edit Master title style

Thank You 1

12
Click to edit Master title style

Thank You 2

13
Customize
Click this
to edit Template
Master title style

Template Editing Instructio


ns and Feedback

1414

You might also like