ICSE Class 10 Computer Applications
Question 22 of 24
Object Oriented Programming Concepts — Question 22
Back to all questions 22
Question Question 22
If ClassA inherits from ClassB, which is a superclass? Which is a subclass?
ClassB is superclass and ClassA is subclass.