12CS-10-BB-PYTHON CLASSES AND OBJECTS
12CS-10-BB-PYTHON CLASSES AND OBJECTS
Sign in to Google to save your progress. Learn more
NAME *
ROLL *
Which of the following are the key features of an Object Oriented Programming language? *
1 point
Functions defined inside a class:
*
1 point
Class members are accessed through which operator?
*
1 point
Which of the following method is automatically executed when an object is created?
*
1 point
A private class variable is prefixed with
*
1 point
Which of the following method is used as destructor?
*
1 point
Which of the following class declaration is correct?
*
1 point
Which of the following is the output of the following program?
class Student:
def __init__(self, name):
self.name=name
S=Student(“Tamil”)
*
1 point
Which of the following is the private class variable?
*
1 point
The process of creating an object is called as:
*
1 point
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy