Podcast
Questions and Answers
What is the special name used to refer to the current object in many object-oriented programming languages?
What is the special name used to refer to the current object in many object-oriented programming languages?
- it
- that
- this (correct)
- self
What determines the types of objects in class-based object-oriented programming languages?
What determines the types of objects in class-based object-oriented programming languages?
- Functions
- Methods
- Classes (correct)
- Instances
In which decade did the terminology invoking 'objects' in the modern sense of object-oriented programming first appear?
In which decade did the terminology invoking 'objects' in the modern sense of object-oriented programming first appear?
- 1990s
- 1950s and early 1960s (correct)
- 1970s
- 1980s
Which programming paradigm is typically supported to a greater or lesser degree in combination with object-oriented programming in many widely used programming languages?
Which programming paradigm is typically supported to a greater or lesser degree in combination with object-oriented programming in many widely used programming languages?
In object-oriented programming, what are the data fields often known as?
In object-oriented programming, what are the data fields often known as?