Answer Posted / senthil
C# is pure object oriented programming language, syntax and
some class libraries taken from c and c++, It's look like
JAVA developed by Microsoft
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is difference between dictionary and hashtable?
Can namespace contain the private class?
What is Event - Delegate?
What is call back method?
What is dbcontext c#?
What is a hashset c#?
What is literal control
List the fundamental oop concepts?
What is wpf c#?
Define c# i/o classes? List the commonly used classes?
How to transpose multi-dimensional array?
What is console read in c#?
Is null or empty in c#?
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.