Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 416 Bytes

Scope-resolution

Activity - wk2dy3

Using this given instance object you will need to implement the scope resolution and method chaining:

$student = new Course("PHP", "Eric Atento");

Methods to chain are

  1. From what batch

  2. The mentor should be Jino

  3. Office hours

  4. Email

  5. Contact

Finished : Submit a link of the source code to the Google Classroom assignment related to this project.