J | V |
---|---|
What is an Object-oriented paradigm
A computer program composed of a collection of individual objects
|
What is OOP
What is the abbreviation for Object-oriented paradigm
|
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
|
What is Simula-67
This is the first Oop language
|
What are Java and C++
These are some examples of programs that are Object-oriented
|
What is
List two paradigms
|
What is a library
This helps reduce the effort required in developing a program
|
What is a method
This changes the state of an object
|
What is polymorphism
This is the ability of different objects to respond to the same message in different ways
|
What is
List an advantage of OOP
|