InterviewSolution
Saved Bookmarks
| 1. |
Which procedure among the following should be used to implement a ‘Has a’or a ‘Kind of’ relationship between two entities?(a) Polymorphism(b) Inheritance(c) Templates(d) All of the mentionedI had been asked this question in class test.My enquiry is from Fundamentals of Inheritance topic in division Object Oriented Concepts of C# |
|
Answer» The CORRECT ANSWER is (B) Inheritance |
|