answersLogoWhite

0

A function object is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax ...

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Can you pass object as an argument to a method?

if you have a function or a method that takes Object as a parameter, you can call that function or method and pass an Object as follows: Let's say you have a class that extends Object and a function as follows public class A extends Object { ..... } void function ( A arg ){ ..... } To call this function, you need an instance of the class A A objectInstance = new A(); function(objectInstance); The next line shows how to pass an instance of the class A to the function.


Is cout a function or object?

It's an object of the class ostream.


How do you add a timer function to object in object oriented programming AS3?

http://theflashblog.com/?p=231 Basically create the timer, give it an event listener, and a function. Change your object using the function and start the timer.


How do you use set and get in object-oriented programming?

A set function (or setter) is an object mutator. You use it to modify a property of an object such that the object's invariant is maintained. If the object has no invariant, a setter is not required. A get function (or getter) is an object accessor. You use it to obtain a property from an object such that the object's invariant is maintained. If the object has no invariant, you do not need a getter.


What is the use of object cloning in java?

It allows you to keep the original object untouched. In Java, objects are accessed by reference meaning that when you pass it in a function, anything done to it in the function modifies the original object directly.

Related Questions

Function of actuator axis?

KING


What is the relation between Sample and population regression function?

The sample regression function is a statistical approximation to the population regression function.


What is a built-in calculation such as SUM or AVERAGE is called?

If built-in it is a function. If the user types it into a cell, it is a formula.


Can you pass object as an argument to a method?

if you have a function or a method that takes Object as a parameter, you can call that function or method and pass an Object as follows: Let's say you have a class that extends Object and a function as follows public class A extends Object { ..... } void function ( A arg ){ ..... } To call this function, you need an instance of the class A A objectInstance = new A(); function(objectInstance); The next line shows how to pass an instance of the class A to the function.


Is cout a function or object?

It's an object of the class ostream.


What option best describes the function of a line graph?

[object Object]


what is the function of conditioning water in the fuel oil purifier?

[object Object]


How do you add a timer function to object in object oriented programming AS3?

http://theflashblog.com/?p=231 Basically create the timer, give it an event listener, and a function. Change your object using the function and start the timer.


What is the function a balance?

to balance a object out.


Is the function words a indirect object?

No, the function words are not an indirect object. Function words include prepositions, conjunctions, articles, and pronouns that serve as structural elements in a sentence, rather than indicating relationships between the subject and the object.


How do you use set and get in object-oriented programming?

A set function (or setter) is an object mutator. You use it to modify a property of an object such that the object's invariant is maintained. If the object has no invariant, a setter is not required. A get function (or getter) is an object accessor. You use it to obtain a property from an object such that the object's invariant is maintained. If the object has no invariant, you do not need a getter.


What is the velocity of the moving object at time 5 second?

To determine the velocity of a moving object at a specific time, you would need the object's position function or acceleration function. If you have the position function, you can differentiate it to get the velocity function and then substitute t=5 seconds. If you have the acceleration function, integrate it with respect to time to get the velocity function and then substitute t=5 seconds.