posted 23 years ago
Which of the following constructor signatrues must exist in the Demo class for DerivedDemo to compile correctly?
A) public Demo( int a, int b )
B) public Demo( int c )
C) public Demo()
Answer: B and C
Why 'C' please explain....
[This message has been edited by Willie Toma (edited December 06, 2001).]