Abstraction in Solidity
Abstraction
In Solidity, an abstract contract is a contract that cannot be instantiated and can only be used as a base contract for other contracts. It's a way to define a common interface for a group of related contracts, without providing a concre...
blockchainwithjd.hashnode.dev2 min read