If Class A Is Derived From Another Derived Class B Which Is #445
If class A is derived from another derived class B which is derived from class C, which class will have maximum level of abstraction?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Derived Class - Quiz No.1.
If class A is derived from another derived class B which is derived from class C, which class will have maximum level of abstraction?
Class A
Class B
Class C
All have the same level of abstraction