Coding Flashcards

1
Q

Define a class

A

methods:

Class name
private attribute1
private attribute2
private attribute3

public procedure new(
givenattribute1,
givenattribute2, givenattribute3)

attribute1 = givenattribute1
attribute2 = given attribute2
attribute3 = given attribute3 endprocedure

function #act()
endclass

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define an object

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly