1.

Distinguish My And Local?

Answer»

The VARIABLES which are declared USING “my” lives only in that PARTICULAR block ion which they are declared and INHERITED functions do not have a visibility that are called in that block. The variables which are DEFINED as “local” are visible in that block and they have a visibility in functions which are called in that particular block.

The variables which are declared using “my” lives only in that particular block ion which they are declared and inherited functions do not have a visibility that are called in that block. The variables which are defined as “local” are visible in that block and they have a visibility in functions which are called in that particular block.



Discussion

No Comment Found