Question 1
Which method in python is used to access the string representation of an object?
Question 2
What is the term used to define a blueprint for creating objects in python?
Question 3
Which oop principle suggests that objects of different classes can be treated as objects of a common superclass?
Question 4
In python, what is the method used to create an instance of a class?
Question 5
What does the term Polymorphism mean in OOP?
Question 6
What is the process by which a class can inherit the attributes and methods of another class?
Question 7
Which access modifier in python allows access to a variable or method within the same class and its subclasses?
Question 8
What is the primary goal of object-oriented programming(oop)?
Question 9
Which keyword in python is used to create a child class?
Question 10
Which concept in OOP emphasizes the binding of data and functions that manipulate the data?