Abstract Contracts and Interfaces Flashcards
1
Q
a contract is an abstract contract if
A
ceratin fuctions are not implemented
2
Q
abstract contracts can’t be compiled but
A
can be used as base contracts (can be inherited)
3
Q
Interfaces are similar to abstract contracts but
A
can;t have any. functions implemented or variables defined