Encapsulation Paper

You might also like

You are on page 1of 1

Subject:

To:
MEMO
From:
Date:Ronald
Andres
May
Encapsulation
Encapsulation
3,Krawitz
Ramirez, is
2015 ITinthe
Major
Programming
packing of data and function into a single componen
t. The features of encapsulation are supported using classes in most object-rela
ted programming languages. It allows selective methods in an object by building
an indestructible wall to protect the code from accidental corruption. Encapsula
tion is also known as methods which are blocks of code that can be called or exe
cuted from
Theanother
sequenceblock
in which
of coding.
a program executes statements is called its flow o
f control. If a programming statement tells the computer to jump to another part
of the program, control transfers to that part of the program. The entire progr
am would execute by transferring its control repeatedly nonstop within its metho
ds. When you are encapsulating the scribbler programming statements you may sele
ct a block of code that draws a shape and have it be encapsulated as a method. F
or the scribbler this is known as a subroutine. The most important information t
o know is that scribbler call encapsulations subroutines.
https://curry.blackboard.com/bbcswebdav/pid-380599-dt-content-rid-2429348_1/cour
Attachments:
https://curry.blackboard.com/bbcswebdav/pid-380589-dt-content-rid-2429341_1/cour
ses/201501_IT_2100_1_22480/05%20Encapsulation.pdf
ses/201501_IT_2100_1_22480/Lab%2006%20-%20Encapsulating%20Scribbler%20Statements
.pdf

You might also like