Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Method Overloading | Advanced Method Concepts
Mastering Methods in Java

bookChallenge: Method Overloading

Tâche

Swipe to start coding

Practice Java method overloading by implementing a set of overloaded methods for calculating the area of different shapes.

  1. Create a public static method named area that takes two int parameters representing the width and height of a rectangle, and returns the area as an int.
  2. Create another public static overloaded method named area that takes a single double parameter representing the radius of a circle, and returns the area as a double.
  3. Create a third public static overloaded method named area that takes three double parameters representing the sides of a triangle (a, b, and c), and returns the area as a double using Heron's formula.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Suggested prompts:

Can you explain this in simpler terms?

What are some examples related to this topic?

Where can I learn more about this?

close

bookChallenge: Method Overloading

Glissez pour afficher le menu

Tâche

Swipe to start coding

Practice Java method overloading by implementing a set of overloaded methods for calculating the area of different shapes.

  1. Create a public static method named area that takes two int parameters representing the width and height of a rectangle, and returns the area as an int.
  2. Create another public static overloaded method named area that takes a single double parameter representing the radius of a circle, and returns the area as a double.
  3. Create a third public static overloaded method named area that takes three double parameters representing the sides of a triangle (a, b, and c), and returns the area as a double using Heron's formula.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

some-alt