Question: Which of the following valid statements creates (constructs) an object? [Read very carefully!] /* 1 */ Oval dot = new Oval(); /* 2 */ dot.setColor(

Which of the following valid statements creates (constructs) an object? [Read very carefully!]

/* 1 */ Oval dot = new Oval();

/* 2 */ dot.setColor( new Color( 0, 0, 255 ) );

/* 3 */ dot.setFilled();

/* 4 */ Oval circle;

/* 5 */ circle = dot;

Answer

a 1

b 1 and 2
c 1 and 4
d 1, 4 and 5
e None of the above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!