Quiz on Object
Here is a quiz to test your understanding of the concepts related to Object class.
We'll cover the following...
1
Consider the following code:
class A : B {
// ...
}
Choose the correct option from the following:
A)
Class A inherits from Object class
B)
Class B inherits from Object class
C)
both A and B
D)
None of the above
Question 1 of 50 attempted
Ask