answersLogoWhite

0

Does java supports friend function

Updated: 11/19/2022
User Avatar

Wiki User

11y ago

Best Answer

I don't believe that Excel has such a function; you'll have to write one yourself.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does java supports friend function
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is unicode in java?

Java Supports International programming so java supports Unicode


Does java supports polymorphism?

Yes.


Does java supports nested if?

Yes


Do Samsung Corby Pro actually supports java?

On user manual it is written that it supports JAVA files but a lot of complaints by customers shows that JAVA application as a whole is not supported by Corby Pro.


How java supports networking?

Java supports both TCP and UDP connections. ServerSocket and Socket classes exist for TCP. DatagramSocket exists for UDP.


Is unsigned integer available in java?

No..Java Supports Signed positive and negative integers


Does java supports unsigned data types?

No, in Java, only signed numbers are defined.


Why java does not support friend function?

One of the main goals kept in mind while Java was being developed was that they wanted it to be like C++, but without all the features which make the language overly complex and messy. These features include things like (true) multiple inheritance, operator overloading, and friend functions.


What is function in java terminology?

In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.


Does java supports automatic type conversion or not?

yes it support


Will java work on windows 8?

Yes. Java supports Windows 8 (including previous versions Windows).


What is Procedural Abstraction?

java supports procedural abstraction by means of constructors and methods. in java constructor and methods are always components of particular class. java supports coping parameter only. procedural abstraction is a principle in which the particular language supports some features through which procedures are modelled in the class hiding other details.