- Home
- Chapter 1 - Object Oriented Programming Concepts
- Object Oriented Programming Concepts
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 2 - Introduction to Java
- Introduction to Java
- Multiple Choice Questions
- Assignment Questions
- Chapter 3 - Values and Data Types
- Values and Data Types
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 4 - Operators in Java
- Operators in Java
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 5 - User-Defined Methods
- User-Defined Methods
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 6 - Input in Java
- Input in Java
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 7 - Mathematical Library Methods
- Mathematical Library Methods
- Multiple Choice Questions
- Assignment Questions
- Chapter 8 - Conditional Constructs in Java
- Conditional Constructs in Java
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 9 - Iterative Constructs in Java
- Iterative Constructs in Java
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions and Programs
- Chapter 10 - Nested for loops
- Nested for loops
- Assignment Questions and Programs
- Chapter 11 - Constructors
- Constructors
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 12 - Library Classes
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 13 - Encapsulation and Inheritance
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 14 - Arrays
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 15 - String Handling
- Library Classes
- Multiple Choice Questions
- Assignment Questions
Object Oriented Programming Concepts
Chapter 1
Object Oriented Programming Concepts
Class 10 - Logix Kips ICSE Computer Applications with BlueJ
![]() Share with a Friend |
State whether the given statements are True or False
State whether the given statements are True or False
Question 1
High-level languages are closer to computer hardware.
False
Question 2
Code and data are held separately in a procedural language.
True
Question 3
Code and data are held separately in OOP.
False
Question 4
When you wrap data and related methods into a single unit, it represents encapsulation.
True
Question 5
The class that is derived from another class is called a subclass.
True
Question 6
Classes can be derived from other classes.
True
Question 7
Inheritance allows a class to acquire the properties of another class.
True
Question 8
A class is a blueprint for the attributes and behaviours of a group of objects.
True
Question 9
Objects from the same class do not share the same definition of attributes and behaviours.
False
Question 10
A class is a specification about the object.
True
Question 11
Only one instance can be created from a single class.
False
Question 12
A class is a user-defined data type.
True
Question 13
The terms object and instance are often interchangeable.
True
Question 14
Collectively, the values of an object's attributes represent the state of the object.
True
Question 15
Objects interact with each other through messages.
True
