C# program to demonstrate the use of an interface
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run ——————————————————————————————————————————— Program to demonstrate the use of interface ——————————————————————————————————————————— Your balance is credited in GreenBank account Cash withdrew from WhiteBank bank account ——————————————————————————————————————————— kodingwindow@kw:~/csharp$
Advertisement