Can a structure inherit a class.
Answer Posted / sivaprasad
structures won't support inheritance
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
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.
How does insertion sort work?
What are nested classes in c#?
How many dimensions can an array have?
Does c# support #define for defining global constants?
Which property of the textbox cannot be changed at runtime?
How does dependency injection work c#?
What is .cshtml file?
Explain deadlock?
Enlist some of the properties of a thread class?
How to use the sreamReader class to read form a text file?
What is the difference between array and arraylist in c#?
What is the correct way of declaring an xml namespace?
Where is c# compiler located?
What are the principles of delegation?