Object Oriented Programming Practice (Intake 41)
Question
Create 3 classes named base, derived1,derived2. Here base class is inherited by derived1 and derived2. now write a function named void_print() in the base class which will print the message "in the base class". and then redefined void_print() function in ...
in progress
2
General
3 years
24 Answers
464 views