हिंदी

Explain the following term: Constructor overloading - Computer Applications

Advertisements
Advertisements

प्रश्न

Explain the following term:

Constructor overloading

What is meant by constructor overloading? 

Explain the concept of constructor overloading with an example. 

लघु उत्तरीय

उत्तर

  1. Constructor overloading refers to using multiple constructors with various argument lists under the same name. 
  2. Example:
    Cons()
    {
    }
    Cons(int x, int y)
    {
    }
    Cons(String s)
    {
    }
  3. The three constructors in the example share the same name, but differ in parameter types and number of values. Thus, they represent constructor overloading. The constructor invoked depends on the parameter list provided.
  4. Example: 
    Cons ob = new Cons("Hello World") // This will invoke the constructor, Cons(String s)
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 7: Constructors - EXERCISES [पृष्ठ ४१८]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 7 Constructors
EXERCISES | Q V. 4. (d) | पृष्ठ ४१८
अविचल Computer Applications [English] Class 10 ICSE
अध्याय 7 Constructors
Review Insight | Q 2. | पृष्ठ ४१५
अविचल Computer Applications [English] Class 10 ICSE
अध्याय 7 Constructors
Review Insight | Q 6. | पृष्ठ ४१५
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×