#c-basics
Read more stories on Hashnode
Articles with this tag
What Is a Constructor? A constructor is a special method that gets called when an object of a class is created. It's used to initialize the object's...