Empowering Students with AI-Powered Assessments & Intelligent Learning
Chapter Exam

Chapter 16: Inheritance — Online MCQ Test

COMPUTER SCIENCE · CLASS 11th · Tamil Nadu State Board

Practice Chapter 16: Inheritance with a free chapter-wise online MCQ test for Tamil Nadu State Board CLASS 11th COMPUTER SCIENCE. This chapter covers: Focusing on code reusability this chapter details base and derived class relationships inheritance types and access control mechanics. Students design hierarchical class structures.... AI-generated questions from basic to board-exam level, with instant results and explanations.

10
Questions
20m
Time Limit
3
Attempts Left
  • 10 random questions from this chapter (mixed difficulty)
  • Questions you've seen before won't repeat until the pool resets
  • You have 20 minutes — exam auto-submits when time is up
  • Maximum 3 attempts per chapter
  • Results and explanations shown immediately after submission
Login to Start This Exam →

New here? Register free — includes 3 free chapter exams.

Chapter 16: Inheritance — Important Questions & Answers (FAQ)

Frequently asked questions from Tamil Nadu State Board CLASS 11th COMPUTER SCIENCE — Chapter 16: Inheritance, with answers and explanations. These are sample questions; the exam has its own separate question set.

Which concept allows a class to acquire the properties and behaviors of another class?
  • A. Polymorphism
  • B. Encapsulation
  • C. Inheritance ✓
  • D. Abstraction
Answer: C. Inheritance
Inheritance is the mechanism by which one class derives features from another existing class.
The class from which other classes are derived is known as the __________ class.
  • A. Sub
  • B. Base ✓
  • C. Child
  • D. Derived
Answer: B. Base
The base class (or parent class) provides the members that are inherited by the derived class.
When a derived class inherits from only one base class, it is called __________ inheritance.
  • A. Multiple
  • B. Multilevel
  • C. Single ✓
  • D. Hierarchical
Answer: C. Single
Single inheritance involves exactly one base class and one derived class.
Consider class A, B, and C. If B is derived from A, and C is derived from B, this represents:
  • A. Multiple Inheritance
  • B. Multilevel Inheritance ✓
  • C. Hierarchical Inheritance
  • D. Hybrid Inheritance
Answer: B. Multilevel Inheritance
The transitive relationship A -> B -> C defines a multilevel structure.
In 'public' inheritance, what happens to the public members of the base class?
  • A. They become private in the derived class.
  • B. They become protected in the derived class.
  • C. They remain public in the derived class. ✓
  • D. They are deleted from the derived class.
Answer: C. They remain public in the derived class.
Under public inheritance, the public members of the base class remain public in the derived class.

Choose Your Plan & Start Practising

All plans cover every subject and chapter of your registered grade.

Free
₹0
3 exams · 1 year
Start Free →
Active
₹350
12 exams · 1 year
Get Active →
Pro
₹899
Unlimited exams · 1 year
Get Pro →

Compare all plans in detail →