Answer Posted / nashiinformaticssolutions
An object-oriented programming technique called inheritance allows one class to inherit the traits and attributes of another class. This makes it simple for users to extend and reuse preexisting characteristics or actions.
| Is This Answer Correct ? | 0 Yes | 0 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.
What does firstordefault mean in c#?
Why delegates are safe in c#?
Why is c# better than java?
Can we override interface method?
What is a property in c#?
Explain the difference between boxing and unboxing.
Why do we need a singleton class?
What is the purpose of abstract class in c#?
What is the default value of date?
What is integer c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What do you mean by jagged array?
What is the difference between list and arraylist c#?
In a site to turn off cookies for one page which method is followed?