English

Distinguish between Parameterised constructor and Non-Parameterised constructor. - Computer Applications

Advertisements
Advertisements

Question

Distinguish between Parameterised constructor and Non-Parameterised constructor. 

Distinguish Between

Solution

S. No. Parameterised constructor Non-Parameterised constructor
1. Using parametric values supplied when an object is created, it initializes the instance variables. It initializes an object's instance variables with predetermined values that are easily accessible within it.
2. Its parameter list contains formal parameters that define it. It has an empty argument list when defined.
3.

For example,

Test(int x, int y)
{
a = x;
b = y;
}

For example,

Test()
{
a = 10;
b = 5;
}
shaalaa.com
  Is there an error in this question or solution?
Chapter 7: Constructors - EXERCISES [Page 418]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 7 Constructors
EXERCISES | Q V. 8. | Page 418
Avichal Computer Applications [English] Class 10 ICSE
Chapter 7 Constructors
Review Insight | Q 1. | Page 415
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×