Barry,

I must say that this article is a very poor article...

For example lets take a simple java class.

Public class Employee extends Company {
        String EmployeeName;
        String EmployeeAge;

        public class Employee() {
        }

        public class Employee(String Name) {
                EmployeeName = Name;
        }

        public class getEmployeeName() {
        }

        public class setEmployeeName(String Name) {
                EmployeeName = Name;
        }

        public class getCompanyName() {
                return CompanyName;
        }
}

Now if I was to do this
        Employee emp = new Employee("Andrew");
        Employee emp1 = new Employee("Scott");

I get 2 instances of the class file, one for Andrew and one for Scott and
can have cut down my code.. So why would you not write your CFC to do the
same thing, or act the same way?

 
Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485  -  Fax: 03 9699 7976



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to