Sandeep Kumar
What is a constructor?
By Sandeep Kumar in .NET on Jun 16 2016
  • Mukesh Kumar
    Aug, 2017 31

    When we mark a method as the name class then it is called constructer It provides memory to objects of class

    • 0
  • Mukesh Kumar
    Aug, 2017 28

    constructor is a keyword which provide mm to class at run time

    • 0
  • Sandeep Kumar
    Jun, 2016 16

    constructor is a special member fuction of a class which invoke automatically while object of a class get created

    • 0