Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
static
def
classmethod
None of the above
It occurs when a subclass provides a different implementation for a method that is already defined in the parent class
It occurs when a subclass adds a new method to the parent class
It occurs when a subclass inherits all the methods from the parent class
They are defined inside the class but outside any method
They are shared by all instances of a class
They are accessed using the class name
dot notation
square bracket notation
parentheses notation
curly brace notation
It is used to check if an object is an instance of a specific class
It is used to check if an object is an instance of any class
It is used to check if a class is a subclass of another class
It is used to call a method in the parent class
It is used to call a method in the current class
It is used to call a method in a child class
The process of hiding the implementation details of a class from its users
The process of exposing the implementation details of a class to its users
The process of creating a new class from an existing class
It is called when an object is created from a class
It is called when an object is deleted
It is used to define instance variables
self
new
create
The process of defining a new method in a subclass with the same name as a method in the parent class
The process of deleting a method in a subclass
The process of creating a new method in a subclass with a different name than a method in the parent class