Read and download free pdf of CBSE Class 12 Computers Classes And Objects Worksheet. Students and teachers of Class 12 Computer Science can get free printable Worksheets for Class 12 Computer Science Classes And Objects in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Computer Science in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Computer Science Worksheets prepared by teachers as per the latest Computer Science books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 12 Computer Science Classes And Objects
Class 12 Computer Science students should refer to the following printable worksheet in Pdf for Classes And Objects in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks
Class 12 Computer Science Worksheet for Classes And Objects
1. A class is defined without any data member. What is the size of the class?
2. List the various access‐specifiers of a class. Explain each w.r.t. their visibility.
3. How is a member function different from an ordinary function?
4. Declare and define class Student having the following members:
Private members :
Student Roll No. ‐ integer
Student Name ‐ 20 characters
Student Age ‐ integer
Student Marks – Float array for eng, maths, science
Ctotal() ‐ Funciton to calculate eng+maths+science
Public members:
Takedata() ‐ To read all data members and invoke the function Ctotal()
Showdata() ‐ To display all data members
5. Explain the concepts of OOPs w.r.t. the above class.
6. What are inline functions? Explain the concept of inline for member and non‐member functions.
7. What is wrong with this – Class C {public: int x=0;};
8. Time is a class with the following data members and member function:
Data members: hours(int), minutes(int), seconds(int)
Member functions: to read values, to calculate the difference between two times, to display time
Complete the program with the declarations and definitions. Read a time in main() and pass it to the function to find the difference.
9. Declare and define class Applicant having the following members:
Private members :
Admission No. ‐ long
Name ‐ 20 characters
Aggregate marks ‐ Float
Grade – Char
GradeMe() ‐ Funciton to find Grade as per Aggregate marks as follows:
Aggregate Marks Grade
>=80 A
Less than 80 and >=65 B
Less than 65 and >=50 C 50 D
Public members:
ENTER() ‐ To read all data members and invoke the function GradeMe()
RESULT() ‐ To display all data members
10. Rewrite the given code after correcting all the errors:
Class X{
int a;
static int c;
public:
void initial(void) {
a = c = 0;
}
static void call() {
cout<<c<<a;
}
}
Worksheet for CBSE Computer Science Class 12 Classes And Objects
We hope students liked the above worksheet for Classes And Objects designed as per the latest syllabus for Class 12 Computer Science released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 12 Computer Science to develop the Computer Science Class 12 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Computer Science designed by our teachers. We have also provided a lot of MCQ questions for Class 12 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 12 Computer Science Classes And Objects for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 12 CBSE Computer Science Classes And Objects you can download everything free
Yes, studiestoday.com provides all latest NCERT Classes And Objects Class 12 Computer Science test sheets with answers based on the latest books for the current academic session
CBSE Class 12 Computer Science Classes And Objects worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 12 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.