+91-85006-22255
Which of the following classes fail to compile?
class X { }abstract class Y { }class Z { abstract void method(); }
Topic: Rules For Abstract Methods and Abstract Classes
Read this topic Take test on this topic
Open In App