answersLogoWhite

0

How the compiler compiles overloaded method?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

method overloading occurs when we use two functions or more with the same name.In function overloading compiler detect which method is call actually throw the parameters passed to the methods.In function overloading parameters of functions are different.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How the compiler compiles overloaded method?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between java compiler and C compiler?

Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect


Which compiler compiles the IL code to native code?

Just-In-Time compiler


What are called optimizations and what is an optimization compiler?

An optimization is what is compiled by an optimization compiler. An optimization compiler compiles optimizations. You're welcome.


What is the use of compiler?

Compiler is used to convert a language readable in user domain into the tasks which is understood by the machine. example: C++ compiler compiles program written in a langauge understood by user which compiles this to a task which can be executed by a computer's processor.


What is bliss compiler?

A bliss compiler compiles Bliss source into Bliss object code which is a step in executing macdine code written by the Bliss compiler.


Can static method can be overloaded or not?

Yes, a static method may be overloaded.


Is compiler is platform independent?

No. (Of course you should specify what compiler you are talking about.)


What is use of compilers?

Compiler is used to convert a language readable in user domain into the tasks which is understood by the machine. example: C++ compiler compiles program written in a langauge understood by user which compiles this to a task which can be executed by a computer's processor.


What is a dictionary compiler called?

A program that compiles dictionaries is commonly known as a lexicographic compiler or a glossary compiler. This type of software helps to organize and format data into dictionary entries for various purposes.


What is the work of compiler in dot net?

It translates the .NET-compatible code (i.e. VB, C#) to MSIL code, then, on demand, the JIT compiler compiles it to machine code.


When does an aspx page compile Why does it compile?

If something that is meant to be compiled actually compiles, it means that there are no errors of the types detected by the compiler.


What is the difference between compilers and interpreters in c plus plus in tabular form?

C-compiler translates the C-source into Assembly or machine code. On the other hand, C-interpreter -- well, there is no such thing as C-interpreter.