CBSE Class 12 Computers Classes And Objects Worksheet

Read and download the CBSE Class 12 Computers Classes And Objects Worksheet in PDF format. We have provided exhaustive and printable Class 12 Computer Science worksheets for Classes And Objects, designed by expert teachers. These resources align with the 2026-27 syllabus and examination patterns issued by NCERT, CBSE, and KVS, helping students master all important chapter topics.

Practice Worksheet: Class 12 Computer Science Classes And Objects

Every student in Class 12 can use this Computer Science practice paper to review Classes And Objects. Complete with important questions and solutions, regular self-testing will boost your confidence and improve your grades in school assessments and final tests.

Classes And Objects Questions & Answers for Class 12 Computer Science

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;
     }
}

Free CBSE Printable Worksheets: Class 12 Computer Science

Mastering Classes And Objects with Printable Worksheets

Enhance your test readiness by practicing the targeted questions provided for Classes And Objects. Authored by experienced teachers in compliance with the recent 2026 CBSE guidelines for Class 12, these resources encourage active learning. We advise Class 12 students to complete these exercises regularly to reinforce core principles in Computer Science.

Detailed Answers & NCERT Integration

These exercises draw directly from the authorized NCERT book for Class 12 Computer Science to maintain academic accuracy. Evaluating your finished work against our expert solutions helps you master the formal answer-writing standards expected in CBSE exams. Explore the accompanying MCQ sets for Computer Science to ensure full preparation across all chapter concepts.

Tips for High Scores in Computer Science

Practicing this Class 12 Computer Science content routinely exposes you to frequently tested question patterns. If specific areas within Classes And Objects cause trouble, utilize our dedicated NCERT solutions for Class 12 Computer Science to clear up doubts. Explore our full library of free, up-to-date printable assignments on our portal to maximize your academic results in school tests.

FAQs

Where can I download the 2026-27 CBSE printable worksheets for Class 12 Computer Science Classes And Objects?

You can download the latest chapter-wise printable worksheets for Class 12 Computer Science Classes And Objects for free from StudiesToday.com. These have been made as per the latest CBSE curriculum for this academic year.

Are these Classes And Objects Computer Science worksheets based on the new competency-based education (CBE) model?

Yes, Class 12 Computer Science worksheets for Classes And Objects focus on activity-based learning and also competency-style questions. This helps students to apply theoretical knowledge to practical scenarios.

Do the Class 12 Computer Science Classes And Objects worksheets have answers?

Yes, we have provided solved worksheets for Class 12 Computer Science Classes And Objects to help students verify their answers instantly.

Can I print these Classes And Objects Computer Science test sheets?

Yes, our Class 12 Computer Science test sheets are mobile-friendly PDFs and can be printed by teachers for classroom.

What is the benefit of solving chapter-wise worksheets for Computer Science Class 12 Classes And Objects?

For Classes And Objects, regular practice with our worksheets will improve question-handling speed and help students understand all technical terms and diagrams.