मराठी

Consider the following program segment and answer the questions below: class calculate { int a;double b; calculate() { a=0; b=0.0; } calculate(int x, double y) { a=x; b=y; } void sum() { System.out. - Computer Applications

Advertisements
Advertisements

प्रश्न

Consider the following program segment and answer the questions below:

class calculate
{
     int a;double b;
     calculate()
     {
     a=0;
     b=0.0;
     }
     calculate(int x, double y)
     {
     a=x;
     b=y;
     }
   void sum()
   {
     System.out.println(a*b);
}}

Name the type of constructors used in the above program segment.

एका वाक्यात उत्तर

उत्तर

Default constructor, Parameterized Constructor

shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2024-2025 (April) Specimen Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×