Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

why is the compiler asking to add "abstract" before the contract name ? #121

Closed
Jaseempk opened this issue Nov 12, 2022 · 2 comments
Closed

Comments

@Jaseempk
Copy link

Jaseempk commented Nov 12, 2022

Screenshot 2022-11-12 075643

@krakxn why is it asking to add the "abstract" term before the contract name?

@krakxn
Copy link
Contributor

krakxn commented Nov 12, 2022

Good read: https://www.geeksforgeeks.org/solidity-abstract-contract/

Essentially, "Abstract contracts are contracts that have at least one function without its implementation or in the case when you don’t provide arguments for all of the base contract constructors".

@Jaseempk
Copy link
Author

thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants