How will you define an abstract class?

Correct Answer: An abstract class is defined with the keyword abstract Eg: public abstract class MyClass { }

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion