Home > Interview Que's & Tips > what is Constructor?

what is Constructor?

  • A CONSTRUTOR is a member Function with the same name as its class.(Class name & Function name is same)

Uses :

  • When an Object of a class is created C++ calls the Constructor for that class automatically.

Note :

It  is similar to a fuction but with the following differences.

  • No Return type.
  • No Return Statement.
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment