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
2
Q
Define an object
A