11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 27/09/2019
Classes and objects
Download Tamil Nadu 11th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
Why are the most suitable method of involving parameterized constructor? Give reason.
2.
What are the two ways of using parameterized constructor?
3.
How the instantiating object is done in C++?
4.
What is container class?
5.
What are the ways the classes can be nested?
6.
What is the size of the objects s1, s2?
class sum
{
int n1, n2;
public;
void add( ){int n3=10;n 1=n2=10;}
} s1, s2;
7.
When the memory space allocated to the class members?
8.
What is called instance of class?
9.
What is global class?
10.
Write a short note on class members
11.
Write down the importance of destructor.
12.
Why it is considered as a good practice to define a constructor though compiler can automatically generate a constructor?
13.
What is the difference between the class and object in terms of oop?
14.
Differentiate structure and class though both are user defined data type.
15.
What are called members?
1.
Explicit call method is the most suitable method as it creates a temporary object, the chance of data loss will not arise. A temporary object lives in memory as long as it is being used in an expression. After this it get destroyed.
2.
There are two ways to create an object using parameterized constructor.
1. Implicit call
2. Explicit call
3.
Instantiating object is done using constructor.
4.
Whenever an object of a class is declared as a member of another class it is known as a container class.
5.
Classes can be nested in two ways
(i) By defining a class within another class.
(ii) By declaring an object of a class as a member to another Class
6.
s1 object = 12 bytes
s2 object = 12 bytes.
7.
The members will be allocated with memory space only after the creation of the class type object.
8.
A class specification just defines the properties of a class. To make use of a class specified, the variable of that class type have to be declared. The class variables are called object. Objects are also called as instance of class.
9.
If a class definition is specified outside the body of all functions in a program then it is called global class.
10.
Class comprises of members. Members are classified as Data Members and Member functions. Data members are the data variables that represent the features or properties of a class. Member functions are the functions that perform specific tasks in a class. Member functions are called as methods, and data members are also called as attributes.
11.
The purpose of the destructor is to free the resources that the object may have acquired during its lifetime. A destructor function removes the memory of an object which was allocated by the constructor at the time of creating a object.
12.
Declaring a constructor with arguments hides the compiler generated constructor. After this we cannot invoke the compiler generated constructor.
13.
| Class | Object |
|---|---|
| Class is a blueprint or template from which objects are created. | Object is an instance of class |
| Class is a group of similar objects. | Object is a real world entity such as pen, laptop, mobile, chair etc. |
| Class doesn't allocate memory when it is created. | Object allocates memory when it is created. |
14.
The only difference between structure and class is the members of structure are by default public where as it is private in class.
15.
Class comprises of members. Members are classified as Data Members and Member functions. Data members are the data variables that represent the features or properties of a class. Member functions are the functions that perform specific tasks in a class.
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards