Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
m typo fixes - spelling/grammar ( you can help! )
Line 19:
==Constructors Simplified==
 
Constructors exists within classes. Classes in programming language refer to a generic specfication which are not real, but just a prototype. A simple analogy to understanding constructors would be to to imagine the following scenerios: Compare class in this case to a class of students. Thus we have
 
===[[Pseudocode]]===