Category #1 Category #2
100
What is an Object-oriented paradigm
A computer program composed of a collection of individual objects
100
What is OOP
What is the abbreviation for Object-oriented paradigm
200
What is an object
These have their own identities and are capable of sending messages, processing data, and receiving messages from others of its kind
200
What is Simula-67
This is the first Oop language
300
What are Java and C++
These are some examples of programs that are Object-oriented
300
What is
.Functional
.Imperative
.Declarative
.Structured
.Object Oriented
.Event Driven
.Flow Driven
.Aspect
List two paradigms
400
What is a library
This helps reduce the effort required in developing a program
400
What is a method
This changes the state of an object
500
What is polymorphism
This is the ability of different objects to respond to the same message in different ways
500
What is

.It is not complex as it uses objects that model real-life objects.
OOP is more reliable than procedural programming.

.OOP is more reliable than procedural programming.

. There is restriction and access control of data as the data and functions/procedures which are supposed to have access to a particular data are packed into one unit known as an object, thus preventing unauthorized access.

.The objects made in a particular program can be reused by any other program. This increases the reusability of the programs once they are written

.Programmers can define their own data types and the corresponding procedures/functions as there are no restrictions to the use of predefined data types such as integer, float, and character.

. Programs written in an OOP can be easily updated by using the facilities of inheritance. Inheritance usually reduces maintenance time because of its domino effect on derived(child) classes when a change is made in a base(parent) class.
List an advantage of OOP






OBJECT ORIENTED PARADIGM

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline