public int function ( int num1); public int function ( int num1 , int num2); public double function ( double num1 , double num2); public boolean function ( int num1 , char c ); public boolean function (int num1 , int num2);     the calls:   a) result1 = function( x ,10);  b) result1 = function(241);  c) result2 = function(3.4, d2);  e) flag = function( y , ‘9’)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question
  1. match methods with their calls , use the line number as an indicator.

     

    int x=2 , y=3 , result1;

    double d1=3.4 , d2 =6.1, result2;

    boolean flag;

     

    1. public int function ( int num1);
    2. public int function ( int num1 , int num2);
    3. public double function ( double num1 , double num2);
    4. public boolean function ( int num1 , char c );
    5. public boolean function (int num1 , int num2);

     

     

    the calls:

     

    a) result1 = function( x ,10); 

    b) result1 = function(241); 

    c) result2 = function(3.4, d2); 

    e) flag = function( y , ‘9’);

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning