What?s an abstract class?

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


Please Help Members By Posting Answers For Below Questions

What is system predicate?

613


What is the difference between throw and throw ex?

626


What does void do in c#?

704


Why linq is having select clause at the end?

683


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.

2077






What is the do while loop code?

646


What is a partial class in c#?

647


What are the properties in c#?

661


Can you use all access modifiers for all types?

697


What are the characteristics of c#?

648


What is uint64_t?

713


What does using system mean in c#?

680


Explain the difference between boxing and unboxing.

722


Illustrate the process of code compilation in c#?

670


who is a protected class-level variable available to?

694