WorksheetsObjection-Oriented Concepts
Total questions: 10
Worksheet time: 6mins
An object is a thing from the real world.
False
True
_______________is about creating objects that contain both data and methods.
A Class
An Object
Structured programming
Object-oriented Programming
Which of the following are advantages of Object-oriented programming? (multiple options allowed)
Faster and easier to execute
Reusable code
Easy to debug
Longer development time
An entity that has a state and method to manipulate that state.
Class
Program
Object
Method
It there is a customer class, then Mr. Singh who came into the store to shop is an example of a
customer object
customer class
customer program
customer method
Lancer sedan and the Ford Focus are both car. The belong to the
car program
car object
car method
car class
A class is a ____________ (multiple responses allowed)
template
instance
blueprint
student
____________ are created from classes
classes
objects
methods
programs
Different forms of the same object or method
inheritance
abstraction
encapsulation
polymorphism
A subclass is derived from a superclass. This is a case of …
abstraction
inheritance
programming
encapsulation
