Error creating node with http://sharpertutorials.com/wp-content/themes/holygrail2/themes/sharpertutorials/icons/lock-padlock.png. Unable to fetch: http://sharpertutorials.com/wp-content/themes/holygrail2/themes/sharpertutorials/icons/lock-padlock.png --- Reason: Response code 403 (Forbidden) --- Fetch details: { "attempt": 3, "method": "GET", "errorCode": "ERR_NON_2XX_3XX_RESPONSE", "responseStatusCode": 403, "responseStatusMessage": "Forbidden", "requestHeaders": { "user-agent": "got (https://github.com/sindresorhus/got)", "accept-encoding": "gzip, deflate, br" }, "responseHeaders": { "cache-control": "no-cache", "content-type": "text/html" } } ---

  • public means that anyone can access it

  • private means that only other memebers can access it

  • protected means public to subclasses, private to everyone else

  • internal means public only to other classes in an assembly

  • sealed says that this class can’t be subclassed