Answer Posted / Anand Gupta
In C#, 'SBI' is short for the term 'Single Base Interface'. An object can implement one single base interface or multiple interfaces but only has a single direct base class. The concept of SBI is crucial in understanding inheritance and polymorphism in C#.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers