Answer Posted / annie
Abstract class is class which contains both the abstract and concrete method.This class only define the abstract method does not implement it.An abstract method is implemented by its derive class by over-riding that method.An Abstract class does not have any instance.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is system predicate?
What is the difference between throw and throw ex?
What does void do in c#?
Why linq is having select clause at the end?
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 is the do while loop code?
What is a partial class in c#?
What are the properties in c#?
Can you use all access modifiers for all types?
What are the characteristics of c#?
What is uint64_t?
What does using system mean in c#?
Explain the difference between boxing and unboxing.
Illustrate the process of code compilation in c#?
who is a protected class-level variable available to?