abstract class abstract classes are the class


Abstract class: Abstract classes are the class where one or more methods are abstract but not essentially all method has to be abstract. Abstract methods are the methods, which are declare in its class but not described. The definition of those methods must be in its extending class.

Interface: Interfaces are one type of class where all the methods are abstract. That means all the methods only declared but not defined. All the methods must be described by its executed class.           

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: abstract class abstract classes are the class
Reference No:- TGS0263639

Expected delivery within 24 Hours