Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Value of function in programming

Updated: 24-September-2017
  • When a child class function name is called, the compiler looks first for a matching function name in the class of the object using the function name.
  • A destructor function is called automatically each time when an object is destroyed.
  • cin >> is a statement, which allow user to enter data.

Leave a Comment