Abstract Contracts and Interfaces Flashcards

1
Q

a contract is an abstract contract if

A

ceratin fuctions are not implemented

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

abstract contracts can’t be compiled but

A

can be used as base contracts (can be inherited)

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

Interfaces are similar to abstract contracts but

A

can;t have any. functions implemented or variables defined

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