Page 1 of 1

Which of the following statements are incorrect?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) default constructor is called at the time of object declaration
b) constructor can be parameterized
c) finalize() method is called when a object goes out of scope and is no longer needed
d) finalize() method must be declared protected