Thursday, October 18, 2012

Differences Between property and Method


 Property                                                                                   Method

  1. properties represent data                              1.methods perform actions
  2. Properties are accessed like fields.                  2.method returns an array
  3. Just add





No comments:

Post a Comment

How to Deploy Your HTML Website on a Linux Server (Apache + SFTP)

Launching a simple HTML website on your own Linux server is easier than you might think. Whether you're sharing a static landing page or...