answersLogoWhite

0


Best Answer

What is the difference between predefined function and user defined functions

User Avatar

IMMACULETA EKUMA

Lvl 2
1y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Predefined means: defined by someone else.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

Pre defined functions are those which are already defined in the java liberary. For example-Math.pow(); Math.max();etc.

User defined functions are the methods which have been created by the user itself in a program which makes it easier to carry out complex programs and if the acces specifier used is public the this method is available for all java programs once added into a library. For example-

void increment (int a)

{

a+=1;

}

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between predefined functions and user defined functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between pre defined functions and user defined functions?

Predefined functions are functions that have been written and we can use them in our C++ statements. But we must know how to use each of these predefined functions.


What do you mean by predefined?

already defined in the language and thus not needing to be defined by the programmer. usually refers to constants (e.g. PI) and functions (e.g. SQRT).


What are predefined codes?

Predefined codes or the predefined functions are the codes small or large codes which are predefined by the maker of the language. In C++ the predefined codes can be included in the program by the header files. These codes are placed in files and functions could be used to access them. Like a simple console Code to output "Hello World" uses a predefined code cout


What does the word predefined mean?

"Predefined" refers to something that has been determined, established, or specified in advance. It often refers to settings, values, or options that are already established before they are used or implemented.


What is the difference between predifined data structure and user define data structure?

A predefined structure or, more generally, a predefined type, is a type that is defined internally by the compiler implementation. For instance Microsoft's implementation includes predefined runtime information and GUID structures, amongst other predefined types such as size_t. These types are built in to the compiler itself, so you won't find them in a header file. By contrast, user-defined structures (types) are those you define yourself, or are provided for you by a third party.


What does predefined mean?

Already defined, previously defined.


In c programming is main predefined or user defined?

main is predeclared and user defined.


What Difference between built-in function and user define function?

Built-in functions are functions that are provided for you by the standard includes. User-defined functions are those that you write yourself. Third-party functions are those that are written for you, but that are not provided by the standard includes.


List out the predefined classes in PHP?

Classes are not like predefined functions-there are quite a lot of functions, a class is similar to creating your own function - on a very basic level please do not swamp me with lists of the differences between a class and a function I already know! - anyway, anything predefined within php will be available to view in the PHP manual - downloadable from the php website and is part of the php package. but to save you a bit of time here are a list of pre-defined classes (or rather resevered words that are classes): http://php.net/manual/en/reserved.classes.php


What is the difference between continuous and discrete convolution?

A convolution is a function defined on two functions f(.) and g(.). If the domains of these functions are continuous so that the convolution can be defined using an integral then the convolution is said to be continuous. If, on the other hand, the domaisn of the functions are discrete then the convolution would be defined as a sum and would be said to be discrete. For more information please see the wikipedia article about convolutions.


Does the word predefined have a hyphen pre-defined?

Yes, always. -Kierra Pace


Is word macro is predefined?

Macros are not pre-defined. You can create them yourself at any time.