Answer Posted / anna
an array is a reference type.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is form feed in c#?
What are primitive data types in c#?
What are immutable types in c#?
Define delay signing?
2. What happened when BO object has been called?
Can abstract class instantiated c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What are the return types in c#?
What is uint16?
What is a deadlock lock?
Can you declare struct members as protected?
What are c# types?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What are the benefits of using generics?
can you allow a class to be inherited, but prevent the method from being over-ridden?