Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Apr 4, 2023
1 parent 7e88e28 commit 638ef6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std-3/4_Onboarding/README.md
@@ -1,4 +1,4 @@
# childOrgEnrollment
# Onboarding
## Problem Statement

This problem statement is about creating a contract when an employee is onboarded by providing certain details. Then Employee is allocated to a project.
Expand All @@ -15,4 +15,4 @@ Contracts must be marked as abstract when at least one of their functions is not

An abstract contract is declared using the abstract keyword. If a contract inherits from an abstract contract and does not implement all non-implemented functions by overriding, it needs to be marked as abstract as well.

Know more: https://docs.soliditylang.org/en/latest/contracts.html#abstract-contracts
Know more: https://docs.soliditylang.org/en/latest/contracts.html#abstract-contracts

0 comments on commit 638ef6c

Please sign in to comment.