Podcast
Questions and Answers
Function Overriding can be used to display all value's attributes at base and derived class in C++
Function Overriding can be used to display all value's attributes at base and derived class in C++
True (A)
The order of constructor call in C++ with inheritance follows a specific sequence
The order of constructor call in C++ with inheritance follows a specific sequence
True (A)
Parameterized constructor can only be used in the base class and not in the derived class in C++
Parameterized constructor can only be used in the base class and not in the derived class in C++
False (B)
Multiple Inheritance in C++ can lead to conflicts with function overriding
Multiple Inheritance in C++ can lead to conflicts with function overriding
The problem mentioned in the text about not being able to display hours at the display function can be solved by using function overriding
The problem mentioned in the text about not being able to display hours at the display function can be solved by using function overriding