What are the access-specifiers available in c#?
Answer Posted / angel
BS Bank Inc wants to add some additional features in the application. The company asks FIT
technologies for the following additions: [15 Marks]
? BS Bank Inc. needs to add modules to provide the following services:
a. Online share and mutual funds trading
b. General insurance for health, car, and travel [10 Marks]
BS Bank Inc. should be able to provide other services like bill payments, mobile recharge. [5
Marks] [Use static variables and static function to implement this.]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are generics in c#.net?
What is alias in c#?
Int map to which .net types?
what is difference between destruct or and garbage collection ?
What are some of the commonly used commands in sqlcommand?
What is an escape sequence? Name some string escape sequences in c#.
What is array collection?
Name the method of servicebase class?
Can you store different types in an array in c#?
Is multiple inheritance possible in c#?
What does string format do?
Define multicast c# delegate?
What is the purpose of ienumerable in c#?
How do you convert byte array to hexadecimal string, and vice versa?
Define Final Class in C#