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