answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is binding refers to the association of an operation to actual program code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is accuracy of a good program?

It depends on to what level of accuracy you tend to have with the output of your program Accuracy can be treated as: (Desired Output / Actual Output of your Program)


What is a static binding c plus plus?

In its simplest definition, "binding", when referred to in the context of any computer programming language, describes how a variable is created and used (or "bound") by and within the given program and, possibly, by other programs, as well. However, there are other definitions for "binding" in computer programming languages, which would take too long to list and explain, especially given the broad nature of the question.


What term is used for a string that appears in the actual code of a program?

string-literal


What is the difference between Late binding and early binding?

Early binding. The type of the instance is determined in the compile time. It follows that the static (declared) type of the pointer or reference is used. This is the default for all methods in C++, C, or Object Pascal.Late binding. The type of the instance is determined in the run time. It follows that the actual type of the instance is used and the method of this type is called. This is always used for the methods in Java. In C++, the virtual keyword denotes the methods using the late binding.Late binding gives the class polymorphic behavior. On the other hand, late binding is less effective than early binding, even though the difference may be negligible. (In C++ on PCs, the difference between the late and the early binding is usually one machine instruction per method call.)Any method that might be overridden in any of the derived classes should use the late binding.Note:In C++ and other OOP languages in which the late binding must be declared, the classes containing at least one virtual method are called polymorphic classes. Classes without any virtual method are called non-polymorphic classes. In languages like Java, where all the methods use late binding by default, all the classes are polymorphic.


Define briefly about procedures and macros in microprocessor?

Procedures-Procedure is the set of codes written in other module used 2 solve a specific task and can be included in the main program when an instruction CALL is used in the program. Macro is also the set of codes used in the 'main program' or same module used to solve a specific task. Macros can be called in the program with the syntax using syntax-MACRO_NAME(actual variables). But the macros should be included in the program with the syntax MACRO_NAME(dummy variables). Dummy and actual variables should match.

Related questions

How can you use association in a sentence?

i do not want to be in association with jeremy. or an actual association, such as the association for dancers.


Is interest on child support just as legal binding as the actual support that has been paid?

no


What does the M stands for in the abbreviation AMA?

Depending on the context , it might mean " medical". Mechanical = Actual Mechanical Advantage


What is the actual date they changed operation Iraqi freedom to operation enduring freedom?

They're two different things. Operation Iraqi Freedom (OIF) is obviously the war in Iraq. Operation Enduring Freedom (OEF) is the war in Afghanistan.


How do written quotes differ from binding estimates?

A written quote may be either a binding or a non-binding estimate. "Non-binding estimate" means that the service provider will give an estimate of cost to the client in advance of work being done, and this estimate can be adjusted based on the nature of the task (for example, the actual length of time it took to complete the task, or the actual cost of the materials necessary). A binding estimate is also given by a service provider to a client in advance of work being done, but cannot be adjusted after the service provider has completed the work. A binding estimate requires that service provider and client agree on a fixed price in advance of the work being done.


What is threading in OS?

Threads are the actual path of execution of a program.


What is accuracy of a good program?

It depends on to what level of accuracy you tend to have with the output of your program Accuracy can be treated as: (Desired Output / Actual Output of your Program)


What is the Importance of national budgeting?

the purpose of having a national budget is to provide a forecast of revenues and expenditures for the country. That is, construct a model of how the country might perform financially if certain strategies, events and plans are carried out. It enables the actual financial operation of the country to be measured againnst the forecast. It is also important to establish the cost constraint for a project, program or operation. :)


Difference between air standard and actual cycle?

The air standard is and estimate and is usually greater than the actual cycle due to various losses that occur during the actual engine operation.


What is a static binding c plus plus?

In its simplest definition, "binding", when referred to in the context of any computer programming language, describes how a variable is created and used (or "bound") by and within the given program and, possibly, by other programs, as well. However, there are other definitions for "binding" in computer programming languages, which would take too long to list and explain, especially given the broad nature of the question.


What does AMA stand for?

The acronym AMA may stand for: American Medical Association American Motorcyclists Association Australian Medical Association American Music Awards Actual mechanical advantage (physics) Academy of Model Aeronautics


Does the actual coding of a program is done by system analyst?

no! By software engineer