Can we have more than one constructor in a class if yes explain the need for such a situation?

Yes, a Class in ABL can have more than Constructor . Multiple instance constructors can be defined for a class that are overloaded with different parameter signatures. If an instance constructor is defined without parameters, that constructor becomes the default instance constructor for the class.

Leave a Reply

Your email address will not be published. Required fields are marked *