Skip to content

rapraquion/Scope-resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.