Which of these method of Object class is used to obtain class of an object at run time?
A. get()
B. void getclass()
C. Class getclass()
D. None of the mentioned
Answer: Option C
A. get()
B. void getclass()
C. Class getclass()
D. None of the mentioned
Answer: Option C
A. The process of acquiring properties and behaviors of one class by another
B. The process of creating objects
C. The process of encapsulation
D. The process of overloading methods
In Java, which keyword is used to implement inheritance between classes?
A. inheritsFrom
B. inherits
C. implements
D. extends
A. The class that inherits properties and behaviors
B. The child class
C. The class that is inherited from
D. The class that is marked as "final"
In Java, can a subclass inherit constructors from its superclass?
A. Only if the subclass is marked as "final"
B. Yes, a subclass inherits constructors from its superclass
C. Only if the superclass is marked as "static"
D. None of the above
Join The Discussion