Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 1 out of 39 pages
Summary

Samenvatting Java

Document preview thumbnail
Preview 1 out of 39 pages

Samenvatting Java

Content preview

PROGRAMMEREN 2: JAVA SAMENVATTING
01 HERHALING




INKAPSELING

De inhoud van een object is in principe niet rechtstreeks toegankelijk(encapsulation), omwille van beveiliging
en het principe van information-hiding.
-> gebruik boodschappen (methods) om attributen v/e object te benaderen


public class Vat {
private int inhoud;
private int capaciteit;


// constructor
public Vat() {
}


// getter
public int get Inhoud() {
return inhoud;
}


// setter
public void set Capaciteit(int capaciteit) {
if(capaciteit > 0) {
this.capaciteit = capaciteit;
}
}
}

Document information

Study
Uploaded on
September 12, 2017
Number of pages
39
Written in
2016/2017
Type
Summary
$4.16

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
sebcarofiglio
3.1
(13)
Sold
215
Followers
138
Items
24
Last sold
1 year ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions