Welcome Guest, Not a member yet? Register   Sign In
Is it correct to say function?
#3

(This post was last modified: 02-27-2020, 10:49 AM by jreklund.)

(02-21-2020, 07:43 PM)dave friend Wrote: A "method" is a "function" that belongs to a class. Though "method" would be a more precise description either term is correct.

Keep in mind that a class method is defined using the keyword "function", e.g.

PHP Code:
<?php
class SimpleClass
{
    // method definition
    public function displayHello() {
        echo "Hello World";
    }


Thank you so much!
Reply


Messages In This Thread
RE: Is it correct to say function? - by Md Asraful Haque - 02-26-2020, 08:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB