When a class is inherited, which of the following is valid
Select Answer:
Constructors are not inherited
derived class constructor includes implicit call to parameterless base class constructor
if in base class parameterless constructor is not present , call base class constructor explicitly
All of the above
Only B and C
|