Search found 1 match

by plamen_t
Tue Feb 03, 2009 5:03 am
Forum: General Discussion
Topic: Why there is no cunstructor overloading in PHP
Replies: 1
Views: 698

Why there is no cunstructor overloading in PHP

Hi all, I know that there is no constructor overloading as it is in the other OO languages as C++ or Java. I know how we can simulate overloading and some tricks to deal with that situation. But my question is not how to deal with that but why there is no constructor overloading? What is the reason ...