Categories
Computer

Which of the following is true about abstract class?

► An abstract class must have all methods declared as abstract methods.
► A class must have at least one abstract method to be an abstract class.
► A class without any abstract method can be declared as abstract class. Click here for detail
► An instance of abstract class can be created.