Science, asked by laxmipriya6a, 2 months ago

what is functional objects?​

Answers

Answered by InnocentWizard
34

Answer:

In computer programming, a function object is a construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax. Function objects are often called functors.

mark as brainliest ☺️✌️

Answered by jeffrinesujan2020
11

Answer:

A Function Object, or Functor (the two terms are synonymous) is simply any object that can be called as if it is a function. An ordinary function is a function object, and so is a function pointer; more generally, so is an object of a class that defines operator().

Similar questions