Skip to content

LujiAnna/oop-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OOP

  • Classes
  • Public: the property or method can be accessed from everywhere.(default). Protected - the property or method can be accessed within the class and by classes derived from that class. Private - the property or method can ONLY be accessed within the class
  • Type declaration. read more
  • Functions
  • Require Vs Include
  • Construction
  • Errors with declare strict, error display, error reporting
  • Debugging with var-dump
  • Strong Typing
  • Strings, Arrays, Objects

Exercise 1 Challenges

Exercise 2 Challenges

  • Passing Default values?
  • Set PHP Version path on vs code
  • Passing parameter should be on specific place, can't mix arguments around

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages