3
Answers

Object Oriented Programming

Hashir Buriro

Hashir Buriro

2y
1.1k
1

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)