answersLogoWhite

0

Virtual functions.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

How can arrays be used for inter function communication?

The size of a function can be determined from the size of the array. Arrays and functions are both used in computer programming.


Library functions in C programming?

They are very important. The most commonly used functions are the string and file handling ones.


Is Lambda sentient?

Lambda is not sentient. It is a term used in computer programming to represent an anonymous function.


What is put pixel?

The putpixel function is a specific function that is used in C++ programming. This command function is supposed to do point plotting via color definition of its specific points.


What is the function in toupper in C programming?

toupper is used to change the case of given character to upper case


What are the scope of linear programming?

Linear programming can be used to solve problems requiring the optimisation (maximum or minimum) of a linear objective function when the variables are subject to a linear constraints.


What does the SQL Max function do?

The "SQL Max function" is a computer programming term, which can be used in spreadsheets to give the highest value from the currently selected column.


What are the procedure?

Procedures are nothing but a function used in TASM its used to reduce the length of program, TASM is a programming language which deals with microprocessor.


What is PL3?

PL3 stands for "Programming Language 3," which is a computer programming language developed by IBM. It is widely used by businesses for developing applications that run on their mainframe systems. PL3 includes features such as structured programming, data processing capabilities, and strong support for file handling.


What is meant by the term SetTimeOut?

SetTimeOut is a term that is used in Java programming. It refers to the time it takes for a function in a program to time out or stop. SetTimeOut is a vital function.


What is the role of the grep function in the Perl programming language?

The grep function in Perl is the command-line function which can be used to search in a data set for lines which match a regular expression. The grep function is essentially a tool that can be used to search for particular information within the data.


Why you use void res in c programming?

since, the word 'void' in C programming language means that it does not return any value to the user or calling function....this is usually used to specify a type of function...... for this reason w use 'void'in c program..