Podcast
Questions and Answers
What does OOP stand for?
What does OOP stand for?
- Object-Oriented Procedure
- Object-Oriented Programming (correct)
- Object-Oriented Protocol
- Object-Oriented Paradigm
What are the two main components of objects in OOP?
What are the two main components of objects in OOP?
- Variables and Functions
- Attributes and Methods (correct)
- Fields and Procedures
- Properties and Operations
In OOP, what is typically used to refer to the current object?
In OOP, what is typically used to refer to the current object?
- current
- self
- this (correct)
- obj
What determines the types of objects in class-based OOP languages?
What determines the types of objects in class-based OOP languages?
Which programming paradigm is often combined with object-oriented programming in multi-paradigm languages?
Which programming paradigm is often combined with object-oriented programming in multi-paradigm languages?
Flashcards are hidden until you start studying