Jun 21 2008 03:49 AM 1899 2 Interface and Inheritance kutty85 Explain why we go for interface instead of multiple inheritnace? giridhar49 Profile Answers by giridhar49 Questions by giridhar49 Oct 11th, 2008 Suppose we have 3 classes A,B,C. Here C is derived from classes A and B. HERE A and B classes have same method suppose print(). As we know we can call base class methods by creating objects of derived... Answer Question Select Best Answer
Jun 21 2008 03:49 AM 1899 2 Interface and Inheritance kutty85 Explain why we go for interface instead of multiple inheritnace? giridhar49 Profile Answers by giridhar49 Questions by giridhar49 Oct 11th, 2008 Suppose we have 3 classes A,B,C. Here C is derived from classes A and B. HERE A and B classes have same method suppose print(). As we know we can call base class methods by creating objects of derived... Answer Question Select Best Answer
giridhar49 Profile Answers by giridhar49 Questions by giridhar49 Oct 11th, 2008 Suppose we have 3 classes A,B,C. Here C is derived from classes A and B. HERE A and B classes have same method suppose print(). As we know we can call base class methods by creating objects of derived...