Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
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
None of the above
self
this
me
current
dot notation
square bracket notation
parentheses notation
curly brace notation
To create new objects
To call methods from other classes
To define variables in a class
To perform actions on a class itself
class
instance
var
static
def
classmethod
The process of creating a new class from an existing class
The process of deleting a class
The process of creating an object from a class
They are defined inside a method
They are shared by all instances of a class
They are accessed using the instance name
To free up resources when an object is destroyed
To create a new object
The ability of an object to take on many forms
The process of hiding the implementation details of a class from its users