Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
Undid revision 677803850 by 49.207.103.70 (talk)
Line 43:
 
=== Default constructors ===
it the program doesn't specific the constructor in programme then the compiler provides default constuctor:
 
If the programmer does not supply a constructor for an instantiable class, most languages will provide a ''[[default constructor]]''.