---
title: "Explain about functional?"  
description: "Explain about functional?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/655/explain-about-functional  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# Explain about functional?

Functional defines a huge number of templates which help construct function objects which defines operator. Function pointer can be described by a function object. It stores information which can be accessed during the functional call.

## Answers

### Answer by Anonymous User

Functional defines a huge number of templates which help construct function objects which defines operator. Function pointer can be described by a function object. It stores information which can be accessed during the functional call.


---

Original Source: https://www.mindstick.com/interview/655/explain-about-functional

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
