Question 1
What is an inner class in python?
Question 2
What is the purpose of using inner classes in python?
Question 3
Which keyword in python is used to refer to the current instance of the outer class from within an inner class?
Question 4
Which statement accurately describes the scope of an inner in python?
Question 5
Which access specifier applies to an Inner Class by default in python?
Question 6
In Python, can inner classes access the members of the outer class?
Question 7
Can inner classes have their own inner classes in python?
Question 8
How can an inner class be instantiated in python?
Question 9
What is the primary advantage of using inner classes in python?
Question 10
Which type of relationship best describes the connection between an outer class and its inner class in python?