English

Differentiate between the following statements: abc p = new abc();abc p = new abc(5,7,9); - Computer Applications

Advertisements
Advertisements

Question

Differentiate between the following statements:

abc p = new abc();
abc p = new abc(5,7,9); 

Distinguish Between

Solution

S.No. abc p = new abc(); abc p = new abc(5,7,9);
1. As illustrated below, the statement abc p=new abc() calls the default constructor. The statement abc p=new abc(5,7,9) calls the parameterised constructor (seen below). The numbers 5, 7, and 9 are copied to formal parameters x, y, and z, which are used for setting the class's instance variables.
2.
abc()
{
}
abc(int x, int y, int z)
{
}
shaalaa.com
  Is there an error in this question or solution?
Chapter 7: Constructors - EXERCISES [Page 419]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 7 Constructors
EXERCISES | Q V. 10. | Page 419
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×