Whats is the sequence of execution of static and instance constructors of base and derived class when you assign a base class object with a derieved class instance a. Base Class Static Constructor b. Base class Instance Constructor c. Derieved class Static Constructor d. Derieved class Instance Constructor
Select Answer:
abcd
cabd
dbac
bcda
acbd
|