Today's C# Quiz
Quiz
Which statement is wrong about C# abstract class?
New object cannot be created from abstract class
Abstract class always has at least one abstract method
Abstract class cannot use sealed keyword
Abstract method can be used only in abstract class