Hashir Buriro

Hashir Buriro

  • NA
  • 4
  • 971

Object Oriented Programming

May 8 2022 7:39 PM

Create interfaces “Student” and “Teacher” as shown below in UML diagram. Now derive class “Research Assistant” from these two interfaces forming multiple inheritance. Write a C# code to achieve multiple inheritance using interface


Answers (3)