Subject: Computer Science
Class: 12 CBSE
Marks (Q1 – Q6: 2 marks each; Q7-9 : 5 marks each)
- What is an object?
- What is a class?
- What is the difference between a class and a structure?
- What is the difference between a class and a structure?
- What are the main features of OOPs?
- What is the difference between a class and an object?
Write a simple python program that creates a class with a single method. - Write a simple class with init method
- Write a Python program to show that the variables with a value assigned in class declaration, are class variables and variables inside methods and constructors are instance variables.
- Python program to show that we can create instance variables inside methods.