Constructors And Destructors




GogoTraining IT Training Podcasts show

Summary: Join Dr. Biswajit Panja as he discusses how constructors are used in a class, and when an object is created it calls the constructor first. He will also discuss how the constructor needs to have the same name as the class name, that constructors can be with or without parameters, and how destructors are used to free up the memory and resources.