OOP Flashcards

1
Q

Class Psuedocode:

A

class NAME:
public variables
public moreVariables
public function new(newvariables, newmoreVariables)

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

object psuedocode:

A

myObject = new Objects(“poop”, “scoop”)

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

Inheritance Psuedocode

A

class Biography inherits Book

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